summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-13 19:04:05 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-13 19:04:05 +0000
commit93d1b5c1de8ee435b2ebf93fa4656434f54a8e41 (patch)
tree8629407b271f5fb9fb44148e420b448473d0af7e
parent625191648604d912ffeb7a0fadd64ae64f0a2eef (diff)
- #1484524
git-svn-id: https://svn.roundcube.net/trunk@1383 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/mail.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index 05e7d8575..954e304e2 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -622,7 +622,7 @@ table.headers-table tr td.subject
list-style-type: none;
background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF;
/* css hack for IE */
- height: expression(Math.min(18, parseInt(this.clientHeight))+'px');
+ height: expression(Math.min(18, parseInt(document.documentElement.clientHeight))+'px');
}
#attachment-list:after