Mantis 83

Monotone-Parent: 0225c4a89ef891800df91c4029034783afc00cf7
Monotone-Revision: 4009db4e2bd5b1c933ea9b2c942a6a98e39e245f

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-29T13:54:14
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-07-29 13:54:14 +00:00
parent 90305db0be
commit 67bfa03ef5

View File

@@ -749,7 +749,8 @@ function onWindowResize(event) {
var height = Math.floor(window.height() - editor.offsetTop);
if (Prototype.Browser.IE) {
editor.style.top = 0;
editor.style.width = '';
editor.style.height = '';
height += 3;
}