aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
diff options
context:
space:
mode:
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?');