diff options
author | Mark Longair <mhl@pobox.com> | 2012-11-02 11:44:08 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2012-11-02 12:31:30 +0000 |
commit | 7beffbb3a31ae6bc6814d3e80522d40e930a440d (patch) | |
tree | ad8b2f2ff5c790fc0f5b353ad0a2307b53a6430e | |
parent | d74100897c5c35a34afffdced71a5695c1149086 (diff) |
Suppress the pan buttons - unnecessary with dragging
-rw-r--r-- | www/css/base.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/css/base.css b/www/css/base.css index 35b1853..f055525 100644 --- a/www/css/base.css +++ b/www/css/base.css @@ -1638,6 +1638,13 @@ a:hover.button-left { top: 44px !important; } +#fms_pan_zoom_panleft, +#fms_pan_zoom_panright, +#fms_pan_zoom_panup, +#fms_pan_zoom_pandown { + display: none +} + #sub_map_links { position: absolute; left: 0; |