Fixed display of multiple attachments (closes #1466563)

release-0.6
thomascube 17 years ago
parent 0f23198e69
commit ba033aebc6

@ -664,16 +664,24 @@ table.headers-table tr td.subject
{ {
margin: 0px; margin: 0px;
padding: 0px 0px 0px 68px; padding: 0px 0px 0px 68px;
height: 18px; min-height: 18px;
list-style-image: none; list-style-image: none;
list-style-type: 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; 
border-bottom: 1px solid #FFFFFF; }
#attachment-list:after
{
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
} }
#attachment-list li #attachment-list li
{ {
/* display: block; */
float: left; float: left;
height: 18px; height: 18px;
font-size: 11px; font-size: 11px;

Loading…
Cancel
Save