Changeset 6406
- Timestamp:
- 02/28/08 18:37:02 (9 months ago)
- Files:
-
- sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js
r6304 r6406 246 246 247 247 //update the position of our close box to new padding 248 this.closeDiv.style.right = this.padding.right - 30 + "px"; 249 this.closeDiv.style.top = this.padding.top + "px"; 250 248 if (this.closeDiv) { 249 this.closeDiv.style.right = this.padding.right - 30 + "px"; 250 this.closeDiv.style.top = this.padding.top + "px"; 251 } 251 252 }, 252 253
