diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-10-25 14:33:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-10-25 18:45:37 +0100 |
commit | efa9988fc9f989e18f28f8aa1c02fb5122d1277a (patch) | |
tree | 265bc13f9eb11771d395fb62337e0565c2bd6adb /web/cobrands/sass/_base.scss | |
parent | 5b1520f738a362b5c6a0def5b5d322a728df3951 (diff) |
Tidy up panzoom bar placement.
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r-- | web/cobrands/sass/_base.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index a7670b434..83a04ea6c 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1018,11 +1018,10 @@ a:hover.button-left { // Left and right so that zoom can be left, pan right. #fms_pan_zoom { right: 0.5em !important; - top: 2.75em !important; + top: 0.5em; left: 0.5em !important; } // The left and right of the above causes the navigation to move off-screen left in IE6. -// XXX Need to check IE7 .ie6 #fms_pan_zoom { left: auto !important; } |