diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-22 14:25:10 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-22 14:38:44 +0100 |
commit | 3aa1096003e9a0413f6d8e8f961ec55554856ed1 (patch) | |
tree | a5aea9d999f60cf99e9a3e6cc94e69e5c4effc43 /web | |
parent | ead8424310884e1c88d6904918149c1a08e41ece (diff) |
[Zurich] Fix admin report page with base changes.
Add missing class on updates.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 16 |
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 { |