From ba033aebc6e13f4ff5c41e21410528902bf80c3c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 08 Apr 2007 09:15:43 -0400
Subject: [PATCH] Fixed display of multiple attachments (closes #1466563)
---
skins/default/mail.css | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 1399941..11364ba 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -664,16 +664,24 @@
{
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;
--
Gitblit v1.9.1