style.css 571 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* Basic layout */
  2. a.hover {
  3. color: red;
  4. }
  5. .error {
  6. cursor: pointer;
  7. }
  8. #select-more-0 {
  9. display: none;
  10. }
  11. .file-list {
  12. padding: 0;
  13. list-style: none;
  14. margin: 0;
  15. }
  16. .file {
  17. line-height: 2em;
  18. padding-left: 21px;
  19. background: url(http://iconfinder.net/data/icons/fam_fam_fam_pack/attach.png) no-repeat 1px 50%;
  20. }
  21. .file span {
  22. padding: 0 5px 0 0;
  23. }
  24. .file a {
  25. padding: 0 0 0 5px;
  26. }
  27. .file .file-size {
  28. color: #666;
  29. }
  30. .file .file-progress {
  31. width: 125px;
  32. height: 12px;
  33. vertical-align: middle;
  34. background-image: url(../../assets/progress-bar/progress.gif);
  35. }