Fix map control style on non-main page maps

This commit is contained in:
John Firebaugh 2013-07-31 14:11:56 -07:00
parent 48775da938
commit 160f7b26e8

View file

@ -551,6 +551,7 @@ a.donate {
border-radius: 0; border-radius: 0;
} }
.leaflet-control .zoomout, // For non-main page maps
.control-locate .control-button, .control-locate .control-button,
.control-share .control-button { .control-share .control-button {
border-radius: 0 0 0 4px; border-radius: 0 0 0 4px;
@ -690,8 +691,7 @@ a.donate {
} }
} }
.site-index .leaflet-top, .leaflet-top.leaflet-right {
.site-export .leaflet-top {
top: $lineheight/2 !important; top: $lineheight/2 !important;
.leaflet-control { .leaflet-control {
margin-right: 0px !important; margin-right: 0px !important;