]> git.openstreetmap.org Git - rails.git/commitdiff
Keep zoom buttons together
authorJohn Firebaugh <john.firebaugh@gmail.com>
Wed, 12 Jun 2013 17:48:45 +0000 (10:48 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 18 Jul 2013 17:45:14 +0000 (10:45 -0700)
app/assets/stylesheets/common.css.scss

index 6ce66b665f55247281463651af94cb01afffc641..97db74b8ce7e31c2befef96f012ac4520bd76ea6 100644 (file)
@@ -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;
 }