Fix leaflet bar align for other tools on the side

This commit is contained in:
Kevin 2013-05-16 18:25:05 -07:00
parent ff91990893
commit 23b01a8949

View File

@ -5,7 +5,7 @@
should make all the child boxes be center-aligned instead. should make all the child boxes be center-aligned instead.
Not sure if that is possible though. Not sure if that is possible though.
*/ */
.leaflet-control-zoom { .leaflet-bar {
position: relative; position: relative;
left:23px; left:23px;
} }