This is just a minor style change, so I'm going to go ahead with it just to get
it out of the way. This fixes the issue reported earlier today, where the navtoolbar left/top weren't clickable in Firefox. (Closes #972) git-svn-id: http://svn.openlayers.org/trunk/openlayers@4301 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -85,6 +85,10 @@ div.olControlMousePosition {
|
|||||||
.olPopupContent {
|
.olPopupContent {
|
||||||
padding:5px;
|
padding:5px;
|
||||||
}
|
}
|
||||||
|
.olControlNavToolbar {
|
||||||
|
width:0px;
|
||||||
|
height:0px;
|
||||||
|
}
|
||||||
.olControlNavToolbar div {
|
.olControlNavToolbar div {
|
||||||
display:block;
|
display:block;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
|
|||||||
Reference in New Issue
Block a user