diff options
author | thomascube <thomas@roundcube.net> | 2005-10-21 12:35:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-21 12:35:00 +0000 |
commit | fad5c3ea225959a17ad758c6c0808d40e944e95b (patch) | |
tree | d128c7ab1cac5ad1233fdbb2767d42dd24091dab /skins/default/mail.css | |
parent | 69833e6d39e6cf7309e903838e91c81ce1984057 (diff) |
CSS fixes for IE
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 3925c4e4a..c3ee3637c 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -107,7 +107,7 @@ overflow: auto; /* css hack for IE */ width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); - height: expression((parseInt(document.documentElement.clientHeight)-140)+'px'); + height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); } @@ -185,7 +185,7 @@ background-color: #F9F9F9; overflow: auto; /* css hack for IE */ - height: expression((parseInt(document.documentElement.clientHeight)-180)+'px'); + height: expression((parseInt(document.documentElement.clientHeight)-145)+'px'); } #mailboxlist |