Removed incorrect margin between zoom in and zoom out controls

This commit is contained in:
Saman Bemel-Benrud 2012-10-26 19:27:39 +01:00 committed by Tom Hughes
parent 57938f78c7
commit 6c2bca73c1

View file

@ -424,6 +424,14 @@ body.site-export #tabnav a#exportanchor {
padding: 5px;
}
div.olControlZoom a {
margin: 0 !important;
}
div.olControlZoom a.olControlZoomIn {
border-bottom: 0;
}
/* Rules for edit menu */
.menuicon {
@ -924,7 +932,7 @@ p#contributorGuidance {
#accountForm .user_map {
position: relative;
width: 500px;
height: 400px;
height: 400px;
border: 1px solid #ccc;
}
@ -964,7 +972,7 @@ p#contributorGuidance {
.user-view .user_map {
position: relative;
width: 400px;
height: 400px;
height: 400px;
border: 1px solid #ccc;
}