aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/zurich/layout.scss16
1 files changed, 12 insertions, 4 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index 79c374c67..a47c9dec0 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -249,14 +249,22 @@ body.fullwidthpage.admin .content {
}
body.mappage.admin {
- .content {
- margin-top: 5em;
- margin-left: 0;
- padding: 0px;
+ // Shuffle things around so they're in the right place
+ #map_box {
+ top: 11em;
+ left: 40em;
+ }
+ #map_sidebar {
+ top: 11em;
width: 40em;
+ padding: 0;
background: #fff url(/cobrands/zurich/admin-faux-columns.gif) top center repeat-y;
@include box-shadow(0 0 5px rgba(0,0,0,0.5));
}
+ .content {
+ // To push down the admin navigation
+ margin-top: 6em;
+ }
}
.admin-report-edit {