Removed incorrect margin between zoom in and zoom out controls
This commit is contained in:
parent
57938f78c7
commit
6c2bca73c1
1 changed files with 10 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue