summaryrefslogtreecommitdiff
path: root/skins/default/mail.css
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-05-16 06:46:26 +0000
committeralecpl <alec@alec.pl>2008-05-16 06:46:26 +0000
commitcc85f38ab93883897a846ea2d240a1610e17cecf (patch)
treed2654631907616560bfae43fed8070db2c4c9f93 /skins/default/mail.css
parentaec031c54726171557e89653364b1d915e05631c (diff)
-reverted r1391 and fix for IE7 (IE6 should still be ok)
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r--skins/default/mail.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 733524adc..e3db160c8 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -613,11 +613,6 @@ table.headers-table tr td.subject
font-weight: bold;
}
-#attachment-list-div
-{
- background: url(images/icons/attachment.png) 60px 2px no-repeat #DFDFDF;
-}
-
#attachment-list
{
margin: 0px;
@@ -625,8 +620,9 @@ table.headers-table tr td.subject
min-height: 16px;
list-style-image: none;
list-style-type: none;
+ background: url(images/icons/attachment.png) 60px 2px no-repeat #DFDFDF;
/* IE6 hack */
- height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px');
+ _height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px');
}
#attachment-list:after
@@ -645,6 +641,7 @@ table.headers-table tr td.subject
height: 18px;
font-size: 11px;
padding: 2px 0px 0px 15px;
+ white-space: nowrap;
}
#attachment-list li a