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:
crschmidt
2007-09-14 20:07:27 +00:00
parent 1be9e0da28
commit af72722ded

View File

@@ -85,6 +85,10 @@ div.olControlMousePosition {
.olPopupContent {
padding:5px;
}
.olControlNavToolbar {
width:0px;
height:0px;
}
.olControlNavToolbar div {
display:block;
width: 28px;