Changeset 736
- Timestamp:
- 02/14/07 20:55:28 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
Xinha.css (modified) (1 diff)
-
modules/FullScreen/full-screen.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xinha.css
r677 r736 1 .htmlarea { background: #fff; margin:2px;}1 .htmlarea { background: #fff; } 2 2 3 3 .htmlarea .toolbar { -
trunk/modules/FullScreen/full-screen.js
r700 r736 103 103 // Unmaximize 104 104 this._htmlArea.style.position = ''; 105 this._htmlArea.style.border = ''; 105 106 try 106 107 { … … 157 158 this._htmlArea.style.left = 0; 158 159 this._htmlArea.style.top = 0; 160 this._htmlArea.style.border = 'none'; 159 161 this._isFullScreen = true; 160 162 resetScroll();
