diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-24 17:39:41 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-24 17:39:41 +0000 |
commit | 492e3452ee79a887f16c7428f9a06c7df5c0f3b1 (patch) | |
tree | 90d95fafa7f97efc78966b91844643b6e4285658 | |
parent | 44f4da454f42e1be4980212a082528fd05fa6fb4 (diff) |
use existing jpg for Zurich mobile header to see if this is acceptable
-rw-r--r-- | web/cobrands/zurich/_colours.scss | 1 | ||||
-rw-r--r-- | web/cobrands/zurich/base.scss | 12 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 1 |
3 files changed, 12 insertions, 2 deletions
diff --git a/web/cobrands/zurich/_colours.scss b/web/cobrands/zurich/_colours.scss index b9d1444ac..fdf213768 100644 --- a/web/cobrands/zurich/_colours.scss +++ b/web/cobrands/zurich/_colours.scss @@ -14,6 +14,7 @@ $col_fixed_label: #648721; $col_fixed_label_dark: #4B8304; $mobile_menu_tab_bg_col: #FFD000; // the yellow border and tab on mobile site +$mobile_header_blue: #366AB6; // close match to Zurich logo_portal.jpg // Zurich admin tables: diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index 6f2af6065..59e850d86 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -37,8 +37,16 @@ } #site-header { - background: $lighter_blue; - border-top: 0.25em solid $mobile_menu_tab_bg_col; + background: $mobile_header_blue; + border-top: 4px solid $mobile_menu_tab_bg_col; + height: 48px; +} +#site-logo { + background: url(logo_portal.jpg) 0px -24px no-repeat; + width: 200px; + height:44px; + left:0; + top:4px; } // No grey background or other bits diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index a009cbca3..c625b2508 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -45,6 +45,7 @@ body.frontpage #site-logo, #site-logo { padding-top: 83px; color: #585858; font-size: 85%; + left: auto; // base set this to 0 } .nav-wrapper { |