summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/mail.css
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-20 08:32:00 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-20 08:32:00 +0000
commit8715e7dca5670530e3c1d198103abfd2bb594b1a (patch)
tree18b43ea799b4bff1394af2d6cc594019e40aa380 /roundcubemail/skins/default/mail.css
parent883bd447e3fdc48ba31784169b273ab05c3407f2 (diff)
- prevent splitters "jumps" when page is loading (set style reading cookie in skin template, using new 'expression' feature)
git-svn-id: https://svn.roundcube.net/trunk@1861 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
-rw-r--r--roundcubemail/skins/default/mail.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index 0c10ff717..fc47d0047 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -633,8 +633,8 @@ html>body*input[type$="file"]:not([class="none"]) { background-color: transparen
background-color: #FFF;
overflow: auto;
/* css hack for IE */
- width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
- height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
+ width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px');
+ height: expression((parseInt(this.parentNode.offsetHeight))+'px');
}
#printmessageframe