From: John Firebaugh Date: Wed, 12 Jun 2013 17:48:45 +0000 (-0700) Subject: Keep zoom buttons together X-Git-Tag: live~5716^2~35 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/50e52b888a1514b492bf2ff8b7ced736ef419cc2 Keep zoom buttons together --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 6ce66b665..97db74b8c 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -554,6 +554,15 @@ a.donate { margin-bottom: 10px; } +.leaflet-control a.zoomin { + margin-bottom: 0px; + border-radius: 4px 4px 0px 0px; +} + +.leaflet-control a.zoomout { + border-radius: 0px 0px 4px 4px; +} + .leaflet-control a:hover { background-color: white; }