aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-21 10:52:51 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-21 10:52:51 +0000
commitf8a8948ddb790e7e7593d538c55a3a278fbf3973 (patch)
treee9f3d9b75d079934000326a31aadd0a85208ae8b
parent2d18c579548954e5442abc41d857c65478e8a4ae (diff)
Right-align login on Zurich map pages.
-rw-r--r--web/cobrands/zurich/layout.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index c6781ab9d..46ea45856 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -150,7 +150,6 @@ body.mappage {
}
}
-/* TODO Change the main-nav to be what is wanted */
#main-nav {
ul#main-menu {
li {
@@ -199,6 +198,9 @@ body.mappage {
}
body.mappage {
+ #main-nav {
+ width: auto;
+ }
#main-nav ul#main-menu li a,
#main-nav ul#main-menu li span {
padding: 0.75em;