style.css 519 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* Basic layout */
  2. h4 {
  3. margin-top: 1.25em;
  4. }
  5. a {
  6. padding: 1px;
  7. }
  8. a:hover, a.hover {
  9. color: red;
  10. }
  11. .error {
  12. cursor: pointer;
  13. }
  14. #select-more-0 {
  15. display: none;
  16. }
  17. .file-list {
  18. padding: 0;
  19. list-style: none;
  20. margin: 0;
  21. }
  22. .file {
  23. line-height: 2em;
  24. padding-left: 21px;
  25. background: url(../../assets/attach.png) no-repeat 1px 50%;
  26. }
  27. .file span {
  28. padding: 0 5px 0 0;
  29. }
  30. .file a {
  31. padding: 0 0 0 5px;
  32. }
  33. .file .file-size {
  34. color: #666;
  35. }
  36. .file-running {
  37. background-image: url(../../assets/progress.gif);
  38. }