Changeset ba033ae in github


Ignore:
Timestamp:
Apr 8, 2007 9:15:43 AM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
4379bb3
Parents:
0f23198
Message:

Fixed display of multiple attachments (closes #1466563)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/default/mail.css

    r5cc4b13 rba033ae  
    665665  margin: 0px; 
    666666  padding: 0px 0px 0px 68px; 
    667   height: 18px; 
     667  min-height: 18px; 
    668668  list-style-image: none; 
    669669  list-style-type: none; 
    670670  background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF;  
    671   border-bottom: 1px solid #FFFFFF; 
     671} 
     672 
     673#attachment-list:after 
     674{ 
     675  content: "."; 
     676  display: block; 
     677  height: 0; 
     678  font-size: 0; 
     679  clear: both; 
     680  visibility: hidden; 
    672681} 
    673682 
    674683#attachment-list li 
    675684{ 
    676 /*  display: block; */ 
    677685  float: left; 
    678686  height: 18px; 
Note: See TracChangeset for help on using the changeset viewer.