uploadify.css 539 B

1234567891011121314151617181920212223242526272829
  1. .uploadifyQueueItem {
  2. background-color: #F5F5F5;
  3. border: 2px solid #E5E5E5;
  4. font: 11px Verdana, Geneva, sans-serif;
  5. margin-top: 5px;
  6. padding: 10px;
  7. width: 350px;
  8. }
  9. .uploadifyError {
  10. background-color: #FDE5DD !important;
  11. border: 2px solid #FBCBBC !important;
  12. }
  13. .uploadifyQueueItem .cancel {
  14. float: right;
  15. }
  16. .uploadifyQueue .completed {
  17. background-color: #E5E5E5;
  18. }
  19. .uploadifyProgress {
  20. background-color: #E5E5E5;
  21. margin-top: 10px;
  22. width: 100%;
  23. }
  24. .uploadifyProgressBar {
  25. background-color: #0099FF;
  26. height: 3px;
  27. width: 1px;
  28. }