aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-07 18:49:22 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-07 18:49:22 +0000
commit599ff08d1b9e961b97b4fd94f52d6125033d208d (patch)
treea228f3e8db9eb50cfbda16afc3c13bd67fae1d6c /web
parentea9ee790cbd04d4314a9d1c964150b49db08b564 (diff)
Fix display of map controls, turn off arrow nav on Zurich.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/_base.scss2
-rw-r--r--web/cobrands/zurich/base.scss7
-rw-r--r--web/cobrands/zurich/layout.scss8
3 files changed, 15 insertions, 2 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss
index de1055c1e..b1ad1d911 100644
--- a/web/cobrands/fixmystreet/_base.scss
+++ b/web/cobrands/fixmystreet/_base.scss
@@ -1020,7 +1020,7 @@ a:hover.button-left {
// Left and right so that zoom can be left, pan right.
#fms_pan_zoom {
right: 0.5em !important;
- top: 0.5em !important;
+ top: 2.75em !important;
left: 0.5em !important;
}
// The left and right of the above causes the navigation to move off-screen left in IE6.
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss
index f6ae53c2d..5f35d71a0 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -112,3 +112,10 @@ input[type=file] {
padding: 0;
border: none;
}
+
+#fms_pan_zoom_panup,
+#fms_pan_zoom_pandown,
+#fms_pan_zoom_panleft,
+#fms_pan_zoom_panright {
+ display: none;
+}
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index 47748343e..f87b7702a 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -205,7 +205,13 @@ body.twothirdswidthpage {
}
#fms_pan_zoom {
- top: 7.75em !important;
+ top: 9em !important;
+}
+#fms_pan_zoom_zoomin {
+ top: 0 !important;
+}
+#fms_pan_zoom_zoomout {
+ top: 44px !important;
}
// Admin specific changes