Changeset 1357
- Timestamp:
- 08/24/06 10:52:39 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/2.0/lib/OpenLayers/Control/MouseDefaults.js
r1356 r1357 82 82 this.zoomBox.style.filter = "alpha(opacity=50)"; // IE 83 83 this.zoomBox.style.opacity = "0.50"; 84 this.measureBox.style.fontSize = "1px"; 84 85 this.zoomBox.style.zIndex = this.map.Z_INDEX_BASE["Popup"] - 1; 85 86 this.map.viewPortDiv.appendChild(this.zoomBox); branches/openlayers/2.0/lib/OpenLayers/Control/MouseToolbar.js
r1356 r1357 129 129 this.zoomBox.style.filter = "alpha(opacity=50)"; // IE 130 130 this.zoomBox.style.opacity = "0.50"; 131 this.zoomBox.style.fontSize = "1px"; 131 132 this.zoomBox.style.zIndex = this.map.Z_INDEX_BASE["Popup"] - 1; 132 133 this.map.viewPortDiv.appendChild(this.zoomBox); 134 this.performedDrag = true; 133 135 break; 134 136 case "measure":
