diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-21 12:35:00 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-21 12:35:00 +0000 |
| commit | ece7f58e3a753bf12e5014e7f24bf2bf5079b3f7 (patch) | |
| tree | 8115c1b816b995c13b714c0ef3b4ab7a6624a52d /roundcubemail/skins/default/mail.css | |
| parent | f4cf1e75611735274a99f6619b1edfcd73ff8771 (diff) | |
CSS fixes for IE
git-svn-id: https://svn.roundcube.net/trunk@53 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 3925c4e4a..c3ee3637c 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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 |
