diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-04-24 10:05:51 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-04-24 10:05:51 +0100 |
commit | 4d6cd5f040b8a8f28131bccdedd3545f57915e7c (patch) | |
tree | 675f373d2809a096623385ca266ed43b5b14af6a /web/cobrands/zurich | |
parent | 45b91fb892f1d9e6bf1d5a4044feb174f72bf93f (diff) | |
parent | ef7ea9b4056d3664af305c8a777e651271deeb32 (diff) |
Merge remote-tracking branch 'origin/issues/931-mobile-report-in-header'
Diffstat (limited to 'web/cobrands/zurich')
-rw-r--r-- | web/cobrands/zurich/base.scss | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index cdbdcbfbd..559d97a27 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -52,7 +52,7 @@ } #site-header { - background: $mobile_header_blue; + background: $mobile_header_blue; border-top: 4px solid $mobile_menu_tab_bg_col; height: 48px; } @@ -60,15 +60,9 @@ background: url(logo_portal.jpg) 0px -24px no-repeat; width: 200px; height: 48px; - left:0; + left:0; top:4px; } -// Colour tab to match colour scheme -#nav-link { - width: 50px; - height: 48px; - background: url('/cobrands/zurich/tab-white.png') 0 0 no-repeat; -} #front-howto #front_stats, #front-main #postcodeForm { background-color: $mobile_header_blue; |