summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-05-13 17:29:26 +0000
committerthomascube <thomas@roundcube.net>2007-05-13 17:29:26 +0000
commit281e3ed325b2e12f0023d9556f4d4e915f21c2cf (patch)
tree5089b4001bab8af476bb38df69969ca412de5ac6 /skins
parent2e8a6118dec08e7f0e97257d3243fee6f3b87182 (diff)
CSS hack to display attachments correctly in IE6
Diffstat (limited to 'skins')
-rw-r--r--skins/default/mail.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 67f2bbb10..67ce7e682 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -594,7 +594,9 @@ table.headers-table tr td.subject
min-height: 18px;
list-style-image: none;
list-style-type: none;
- background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF; 
+ background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF;
+ /* css hack for IE */
+ height: expression(Math.min(18, parseInt(this.clientHeight))+'px');
}
#attachment-list:after