aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {