aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/fixmystreet/base.scss6
-rw-r--r--web/cobrands/fixmystreet/layout.scss9
2 files changed, 15 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index 43ab64135..304066a73 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -364,6 +364,12 @@ label{
}
}
}
+// IE6 doesn't extend the grey box back with the above negative margins, and
+// the password box falls off screen for some reason. Just have boring margins,
+// it looks okay.
+.ie6 .form-box {
+ margin: 0 0 0.25em 0;
+}
.form-txt-submit-box {
min-height:3em;
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index dc2ad5978..47f7bb641 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -199,6 +199,11 @@ body {
margin-top:7em;
}
}
+// If no box-shadow, just want a boring black border to stand it out from the map.
+.ie6 .content, .ie7 .content, .ie8 .content {
+ border: solid 1px black;
+ margin-bottom: 0;
+}
// map page - has fixed header and different styling
body.mappage {
@@ -563,6 +568,10 @@ body.twothirdswidthpage {
}
}
}
+// The padding is for the fading out when it's fixed positioned, which it isn't in IE6.
+.ie6 .shadow-wrap {
+ padding-top: 0;
+}
// pokes over the RHS with a little triangle
.big-green-banner {