aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-05 12:20:12 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-03-05 12:20:12 +0000
commit2e67cfea120582c73fad391c415297ba086cbcdb (patch)
treea64e705d444f7cc9b1109f65f84a5fa1ea5f102f /web/js/map-OpenLayers.js
parenta4f84761f30424cc0e9c0dcce07b7aae511c877e (diff)
Heading spacing.
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r--web/js/map-OpenLayers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js
index 2f5947193..f3dda2555 100644
--- a/web/js/map-OpenLayers.js
+++ b/web/js/map-OpenLayers.js
@@ -472,7 +472,7 @@ OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, {
'<a href="#" id="try_again">Try again</a>' +
'<a href="#ok" id="mob_ok">OK</a>' +
'</p>'
- ).css({ position: 'relative', width: width, height: height });
+ ).css({ position: 'relative', width: width, height: height, marginBottom: '1em' });
// Making it relative here makes it much easier to do the scrolling later
$('.mobile-map-banner').text('Right place?');