/modules/mod_base/lib/css/zp-icon-status.css

https://code.google.com/p/zotonic/ · CSS · 26 lines · 21 code · 5 blank · 0 comment · 0 complexity · 54899e8e69de7598255daf5c5e81d903 MD5 · raw file

  1. span.icon_status {
  2. width: 17px;
  3. height: 17px;
  4. background-image: url(/lib/images/icon_status.png);
  5. background-repeat: no-repeat;
  6. background-position: -59px 0;
  7. margin-top: 5px;
  8. }
  9. span.icon_status_running, span.icon_status_ok {
  10. background-position: -2px 0;
  11. }
  12. span.icon_status_error {
  13. background-position: -21px 0;
  14. }
  15. span.icon_status_retrying,
  16. span.icon_status_warning {
  17. background-position: -40px 0;
  18. }
  19. span.icon_status_starting {
  20. background-position: -77px 0;
  21. }