aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-24 15:50:55 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-24 15:50:55 +0000
commit0aa7017a81a0ce88c6d36ad3dd8a1e7a93de2360 (patch)
tree7e6386c25f26c60a8db1ad46d9740243e068cf01
parentdb00b5c15f1c88d0496b1dab6b3c264efd1d0039 (diff)
box-shadow on Zurich map pages.
-rw-r--r--web/cobrands/zurich/layout.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index c3c11b98d..a009cbca3 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -19,6 +19,15 @@ body {
border: none;
}
}
+// Except on map pages
+body.mappage .content {
+ @include box-shadow(0 0 6px 1px #000);
+}
+.ie6, .ie7, .ie8 {
+ body.mappage .content {
+ border: 1px solid #666;
+ }
+}
// Different header and logo
#site-header .container {