aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-01-24 18:16:41 +0000
committerDave Whiteland <dave@mysociety.org>2013-01-24 18:16:41 +0000
commit6a143e4976ef3cfd78ac1f45216457b3e242b04d (patch)
treeaa1d5544b2eee2495a7036a64bcf9cc366ea58ce /web
parent492e3452ee79a887f16c7428f9a06c7df5c0f3b1 (diff)
Zurich mobile menu tab better white (not yellow)
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/zurich/_colours.scss2
-rw-r--r--web/cobrands/zurich/base.scss6
-rw-r--r--web/cobrands/zurich/tab-white.pngbin0 -> 826 bytes
3 files changed, 7 insertions, 1 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 59e850d86..6c265bfcd 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -48,6 +48,12 @@
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;
+}
// No grey background or other bits
// The amount of resetting here shows this needs refactoring, so that it is FMS making the changes
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