aboutsummaryrefslogtreecommitdiffstats
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
parenta4f84761f30424cc0e9c0dcce07b7aae511c877e (diff)
Heading spacing.
-rw-r--r--web/cobrands/fixmystreet/base.scss4
-rw-r--r--web/js/map-OpenLayers.js2
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?');