diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-26 17:27:36 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-26 17:27:36 +0000 |
| commit | d9658d30212d1c90714347e716a2f83fc688e2de (patch) | |
| tree | 2a901fe0e925ff963b7b36017a5a8e239a09724c | |
| parent | 1613ffbf2e43cbcc68ee5c94421f3eb1d5b6c417 (diff) | |
IE hacks fix
git-svn-id: https://svn.roundcube.net/trunk@3428 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/iehacks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/iehacks.css b/roundcubemail/skins/default/iehacks.css index 34270ba3e..49db2d281 100644 --- a/roundcubemail/skins/default/iehacks.css +++ b/roundcubemail/skins/default/iehacks.css @@ -205,7 +205,7 @@ div.message-part div.pre #addressscreen { - width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); + width: expression((parseInt(document.documentElement.clientWidth)-245)+'px'); height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); } |
