aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/zurich/_colours.scss2
-rw-r--r--web/cobrands/zurich/base.scss26
-rw-r--r--web/cobrands/zurich/tab-white.pngbin0 -> 826 bytes
3 files changed, 19 insertions, 9 deletions
diff --git a/web/cobrands/zurich/_colours.scss b/web/cobrands/zurich/_colours.scss
index fdf213768..f3d143914 100644
--- a/web/cobrands/zurich/_colours.scss
+++ b/web/cobrands/zurich/_colours.scss
@@ -13,7 +13,7 @@ $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_menu_tab_bg_col: #FFFFFF; // the white 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 c6d3e158b..8111f2726 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -44,16 +44,26 @@
}
#site-header {
- background: $mobile_header_blue;
- border-top: 4px solid $mobile_menu_tab_bg_col;
- height: 48px;
+ 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;
+ background: url(logo_portal.jpg) 0px -24px no-repeat;
+ width: 200px;
+ height:44px;
+ 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;
}
// No grey background or other bits
diff --git a/web/cobrands/zurich/tab-white.png b/web/cobrands/zurich/tab-white.png
new file mode 100644
index 000000000..17e4f177e
--- /dev/null
+++ b/web/cobrands/zurich/tab-white.png
Binary files differ