fix an issue where the user cannot interact with the map when in the area to the left of the editing toolbar, p=jorix (closes #3241)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11865 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -4,4 +4,7 @@
|
||||
.olControlPanPanel div {
|
||||
background-image: url(img/pan-panel-NOALPHA.png);
|
||||
}
|
||||
.olControlEditingToolbar {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
|
||||
@@ -376,7 +376,6 @@ div.olControlSaveFeaturesItemInactive {
|
||||
.olControlEditingToolbar {
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 200px; /* Only for IE6 or IE without DOCTYPE */
|
||||
}
|
||||
.olControlNavToolbar {
|
||||
top: 295px;
|
||||
|
||||
Reference in New Issue
Block a user