batch.css

  1. 6.x modules/batch/css/batch.css
  2. 5.x modules/batch/css/batch.css

CSS file for batch module *

File

modules/batch/css/batch.css
View source
  1. /**
  2. * @file
  3. * CSS file for batch module
  4. **/
  5. .batch-progress-bar-wrapper {
  6. width: 100%;
  7. border: 1px solid #ccc;
  8. }
  9. .batch-progress-bar {
  10. background-color: #0099ff;
  11. height: 50px;
  12. line-height: 50px;
  13. width: 1px;
  14. text-align: right;
  15. }
  16. .batch-progress-bar span.percent {
  17. padding-right: 5px;
  18. color: white;
  19. font-size: 1.1em;
  20. font-weight: bold;
  21. }
  22. #batch-progress-message {
  23. background: url('throbber.gif') top left no-repeat;
  24. padding-left: 20px;
  25. font-weight: bold;
  26. margin-top: 20px;
  27. margin-bottom: 40px;
  28. min-height: 20px;
  29. }