summaryrefslogtreecommitdiff
path: root/skins/default/mail.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-04-05 12:49:21 +0000
committerthomascube <thomas@roundcube.net>2008-04-05 12:49:21 +0000
commite70d6ea64e711096af36b1234f8545b870ea5f45 (patch)
tree98e784b95d08418d85a17af767037e8a6e0f3f41 /skins/default/mail.css
parentcb1330b7b10ce46e466850b27300a06ed122501e (diff)
Apply changes from trunk to 0.1-stable
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r--skins/default/mail.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index aa3f64313..69762b665 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -153,6 +153,9 @@ td.formlinks a:visited
left: 20px;
right: 20px;
bottom: 20px;
+ /* css hack for IE */
+ width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
+ height: expression((parseInt(document.documentElement.clientHeight)-100)+'px');
}
#mailcontframe
@@ -202,8 +205,6 @@ td.formlinks a:visited
height: 100%;
border: 1px solid #999999;
background-color: #F9F9F9;
- /* css hack for IE */
- height: expression(parseInt(document.getElementById('messagepartcontainer').offsetHeight)+'px');
}