Project

General

Profile

Bug #18096 » be-gui-fixes-7352.diff

Administrator Admin, 2008-02-02 11:09

View differences:

typo3/js/sizemanager.js (working copy)
* registers for resize event listener and executes on DOM ready
*/
initialize: function() {
if (navigator.userAgent.indexOf('WebKit')) {
var rs = document.readyState;
if (rs != 'complete') {
window.setTimeout('TYPO3BackendSizeManager.initialize()', 100);
return;
}
}
Event.observe(window, 'resize', this.resizeBackend);
Event.observe(document, 'dom:loaded', this.resizeBackend);
},
typo3/css/backend-scaffolding.css (working copy)
}
iframe {
width: 100%;
width: 99.9%;
}
#typo3-content,
(3-3/3)