aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-04-17 17:43:51 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-04-17 17:43:51 +0100
commitbfbf6f43fe400af6f00793c36d23f3c851aa374a (patch)
tree88b11f5507ed955718a4e90073c2f0d28ca50e56
parent3d4bc5beebc8d9db495d41b93f9c858b4c92a7bd (diff)
Map display tweaks.
-rw-r--r--web/cobrands/bromley/layout.scss6
-rw-r--r--web/cobrands/fixmystreet/_layout.scss9
2 files changed, 7 insertions, 8 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss
index 40528e4cf..f773b47f1 100644
--- a/web/cobrands/bromley/layout.scss
+++ b/web/cobrands/bromley/layout.scss
@@ -50,10 +50,9 @@ body.frontpage {
display: none;
}
-// White background, so no shadow needed.
+// White background, so no shadow or margin needed.
.content {
- margin-top: 0;
- margin-bottom: 0;
+ margin: 0;
@include box-shadow(none);
}
.ie6, .ie7, .ie8 {
@@ -66,6 +65,7 @@ body.frontpage {
#map_box {
border: solid 1px #999;
top: 1em;
+ right: 0em;
margin: 0;
}
diff --git a/web/cobrands/fixmystreet/_layout.scss b/web/cobrands/fixmystreet/_layout.scss
index 3c6d573e1..af422c790 100644
--- a/web/cobrands/fixmystreet/_layout.scss
+++ b/web/cobrands/fixmystreet/_layout.scss
@@ -198,14 +198,13 @@ h1 {
// .content Is the white box
// The narrow single column box
-.content{
+.content {
width: 27em;
margin-top: 3em;
- background: #fff;
- padding: 1em;
- padding-bottom: 3em;
- margin-left: 0.5em;
margin-bottom: -1em;
+ margin-left: 0.5em;
+ padding: 1em 1em 3em;
+ background: #fff;
@include box-shadow(0px 0px 6px 1px #000);
}
.ie6, .ie7, .ie8 {