diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-07 09:17:21 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-07 09:17:21 +0000 |
| commit | 8ab174a7592b76213effeda4c5653c2061a10da2 (patch) | |
| tree | 49fcdb0054cbed81c9710cf80c52179020cfca3a | |
| parent | 719362ffd2e0c565a3f53fdf24794877a552cb69 (diff) | |
- fix status filter position on IE
git-svn-id: https://svn.roundcube.net/trunk@2129 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 512acf3c7..07f039293 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -10,6 +10,8 @@ height: 35px; white-space: nowrap; /* border: 1px solid #cccccc; */ + /* css hack for IE */ + width: expression((parseInt(document.documentElement.clientWidth)-400)+'px'); } #messagetoolbar a |
