progress-bar.css 413 B

123456789101112131415161718192021222324
  1. .status {
  2. color:#555;
  3. }
  4. .x-progress.custom {
  5. height: 19px;
  6. border: 1px solid #686868;
  7. padding: 0 2px 0 2px;
  8. }
  9. .ext-strict .x-progress.custom {
  10. height: 17px;
  11. }
  12. .custom .x-progress-bar {
  13. height: 17px;
  14. border: none;
  15. border-top: 1px solid #fff;
  16. background: transparent url(images/custom-bar.gif) repeat-x !important;
  17. }
  18. .ext-strict .custom .x-progress-bar {
  19. height: 15px;
  20. }