diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-19 12:51:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-19 12:51:29 +0100 |
commit | 5ec9b282a03a31d850d038f0384f2695613b74bb (patch) | |
tree | a8bf778df032d9dbce5e0b57fa3fd839ca96e597 /web/cobrands/sass/_base.scss | |
parent | 525ca068756d74fafa33cf0626ef10ac50140057 (diff) |
Make sure PanZoom works in older OpenLayers.
Remove unused code that is same as upstream (it was added when the map
middle didn't match the visible middle), and the world button.
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r-- | web/cobrands/sass/_base.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index d7b3263a3..67bc35164 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1094,11 +1094,6 @@ html.js #map .noscript { filter: none !important; // Override OpenLayers PNG handling of the navigation } -#fms_pan_zoom_zoomworld { - display: none !important; - visibility: none !important; -} - #fms_pan_zoom_panup { background-position: -42px -222px; #{$right}: 30px; |