Fix zoom out button style on non-main page maps

This commit is contained in:
John Firebaugh 2013-07-08 17:01:43 -07:00
parent b21d0906c4
commit b8bf4c7b77

View file

@ -561,12 +561,13 @@ a.donate {
border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px;
} }
.leaflet-control .zoomout, .site .leaflet-control .zoomout,
.control-key .control-button { .control-key .control-button {
margin-bottom: 0px; margin-bottom: 0px;
border-radius: 0px; border-radius: 0px;
} }
.leaflet-control .zoomout,
.control-locate .control-button, .control-locate .control-button,
.control-share .control-button { .control-share .control-button {
border-radius: 0px 0px 4px 4px; border-radius: 0px 0px 4px 4px;