thomascube
2007-04-08 ba033aebc6e13f4ff5c41e21410528902bf80c3c
Fixed display of multiple attachments (closes #1466563)

1 files modified
14 ■■■■ changed files
skins/default/mail.css 14 ●●●● patch | view | raw | blame | history
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;