diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-24 17:40:49 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-24 17:40:49 +0000 |
commit | ffe5c743cb69dbbe505237cbeb565a7cf1b0997a (patch) | |
tree | 7ca5387072cddb402e814c2cbfbd0ea36b25d9d7 | |
parent | b0b79b4578a77a1e390fd3da7149ba4b6d02251d (diff) | |
parent | 492e3452ee79a887f16c7428f9a06c7df5c0f3b1 (diff) |
Merge branch '226-zurich-mobile-logo' into zurich
-rw-r--r-- | web/cobrands/zurich/_colours.scss | 3 | ||||
-rw-r--r-- | web/cobrands/zurich/base.scss | 13 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 1 |
3 files changed, 17 insertions, 0 deletions
diff --git a/web/cobrands/zurich/_colours.scss b/web/cobrands/zurich/_colours.scss index 8187f0c68..fdf213768 100644 --- a/web/cobrands/zurich/_colours.scss +++ b/web/cobrands/zurich/_colours.scss @@ -13,6 +13,9 @@ $col_click_map_dark: darken($lighter_blue, 20%); $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: $table_border_color: #ccc; diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index c3a8cc4a3..59e850d86 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -36,6 +36,19 @@ } } +#site-header { + 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 // The amount of resetting here shows this needs refactoring, so that it is FMS making the changes // Also look into why full-width pulls things out, but then it is its children 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 { |