From 23b01a8949538b76d484c7be1503d3e14bf9eb8f Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 16 May 2013 18:25:05 -0700 Subject: [PATCH] Fix leaflet bar align for other tools on the side --- external/L.Control.Pan.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/L.Control.Pan.css b/external/L.Control.Pan.css index cca95b95..de0c20b6 100644 --- a/external/L.Control.Pan.css +++ b/external/L.Control.Pan.css @@ -5,7 +5,7 @@ should make all the child boxes be center-aligned instead. Not sure if that is possible though. */ -.leaflet-control-zoom { +.leaflet-bar { position: relative; left:23px; }