diff options
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 2 | ||||
-rw-r--r-- | web/cobrands/zurich/base.scss | 7 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 8 |
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 |