From 50e52b888a1514b492bf2ff8b7ced736ef419cc2 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 12 Jun 2013 10:48:45 -0700 Subject: [PATCH 1/1] Keep zoom buttons together --- app/assets/stylesheets/common.css.scss | 9 +++++++++ 1 file changed, 9 insertions(+) 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; } -- 2.43.2