small.css 462 B

12345678910111213141516171819202122232425262728
  1. /*
  2. Attachments plugin
  3. (P) Rafrica.net team, 2010 - 2011
  4. http://we.rafrica.net
  5. */
  6. li.FilesInTopic {
  7. margin: 0 10px;
  8. font-size: 10px;
  9. background: transparent url(../images/attach.png) left center no-repeat;
  10. padding-left: 18px;
  11. float: left;
  12. }
  13. div.AttachmentsInTopic {
  14. color: #777;
  15. font-size: 10px;
  16. background: #FAFAFA;
  17. padding: 1px 10px 2px;
  18. }
  19. div.AttachmentsInTopic a {
  20. outline: none;
  21. margin: 0 2px;
  22. }