Hi
I have problem with many attachments. Is any possibility to put each attachment in new line?
Will be beautifull to add near each icon of type of attachemnt, in my case pdf.
http://hubertus-wagrowiec.com/component ... awet-do-25
Thx in advance
.catItemAttachmentsBlock ul.catItemAttachments li,
.itemAttachmentsBlock ul.itemAttachments li {
display: inline;
list-style: none;
padding: 0 4px;
margin: 0;
text-align: center;
}
.catItemAttachmentsBlock ul.catItemAttachments li,
.itemAttachmentsBlock ul.itemAttachments li {
background: transparent url('YOUR PATH TO PDF ICON') no-repeat left center;
display: block;
list-style: none;
padding: 0 4px 0 20px;
margin: 0;
text-align: left;
}