aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-01-17 17:05:55 +0000
committerDave Whiteland <dave@mysociety.org>2013-01-17 17:05:55 +0000
commit210178f0437e863487728e3f06beb4e8be11eab6 (patch)
tree1f099e7bd91b68ea0066988bb6b7bf308b982629
parentf71aeb149797ba9411fe15e94d12bcdc1ac28846 (diff)
Zurich CSS to make admin content (and footer?) full width
-rw-r--r--web/cobrands/zurich/_zurich.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss
index 0f3f52303..042dd4959 100644
--- a/web/cobrands/zurich/_zurich.scss
+++ b/web/cobrands/zurich/_zurich.scss
@@ -31,7 +31,17 @@ a:hover {
color: #3c3c3c;
}
+body.fullwidthpage.admin .content {
+ width: 100%;
+}
.admin {
+ .content {
+ margin: 0.5em 0 1em 0;
+ padding: 0 0 0 0;
+ }
+ #zurich-footer {
+ margin: 2em auto 3em auto;
+ }
.admin-nav {
background: #f4f4f4;
@include background(linear-gradient(#fbfbfb, #efefef));