diff options
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 4 | ||||
-rw-r--r-- | web/js/map-OpenLayers.js | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index 38c74fbaf..9614c2ce9 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -102,8 +102,12 @@ h1 { font-size: 2em; line-height: 1em; font-weight: normal; + margin-top: 0; margin-bottom: 0.5em; } +#front-main h1 { + margin-top: 0.7em; +} h1#reports_heading span { display: none; } 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?'); |