aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-09-20 11:57:16 +0100
committerChris Mytton <self@hecticjeff.net>2013-09-20 11:57:16 +0100
commitbac07509def6fee130694831479224e0188a4852 (patch)
tree41cc5ade1357657efe6486048f73fac36790f24e
parentb89be5656663461377dcdf21f2af12526b7ddc02 (diff)
Prevent admin images going on top of admin-nav
Closes mysociety/FixMyStreet-Commercial#401
-rw-r--r--web/cobrands/zurich/layout.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index 0c42924d4..7984de0b9 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -37,6 +37,11 @@ body.mappage.admin .nav-wrapper-2 {
@include box-shadow(none);
}
+/* Fix positioning of images in the admin */
+body.admin .admin-nav-wrapper {
+ z-index: 1;
+}
+
// Different header and logo
#site-header .container {
height: 99px;