summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-04-08 13:15:43 +0000
committerthomascube <thomas@roundcube.net>2007-04-08 13:15:43 +0000
commitba033aebc6e13f4ff5c41e21410528902bf80c3c (patch)
tree1087a2cea2c0786ac0dcb5d7777f028328453c03
parent0f23198e69c7cf7b6e3226162c2ef1c94fcd4e0e (diff)
Fixed display of multiple attachments (closes #1466563)
-rw-r--r--skins/default/mail.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 139994167..11364baa0 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -664,16 +664,24 @@ table.headers-table tr td.subject
{
margin: 0px;
padding: 0px 0px 0px 68px;
- height: 18px;
+ min-height: 18px;
list-style-image: none;
list-style-type: none;
background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF; 
- border-bottom: 1px solid #FFFFFF;
+}
+
+#attachment-list:after
+{
+ content: ".";
+ display: block;
+ height: 0;
+ font-size: 0;
+ clear: both;
+ visibility: hidden;
}
#attachment-list li
{
-/* display: block; */
float: left;
height: 18px;
font-size: 11px;