aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-21 16:23:12 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-21 16:23:12 +0000
commite12ec7282cade2d36997079e95a247380074728a (patch)
treeca8256efd49d68d8df15f3333f6a78da267ceaf3
parent396c497b96afe6396d034b83564b56bda8af7e9a (diff)
Fix nav bar on admin map page.
-rw-r--r--web/cobrands/zurich/layout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index 7277c531f..f9147820b 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -148,6 +148,7 @@ body.fullwidthpage.admin .content {
}
body.mappage.admin .content {
+ margin-top: 6em;
margin-left: 0.5em;
}
@@ -205,8 +206,11 @@ body.mappage.admin .content {
padding: 1.5em 0 1em;
}
body.mappage .admin-nav-wrapper {
+ box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
+ position: fixed;
+ width: 100%;
}
.admin-nav {