/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
- span.icon_status {
- width: 17px;
- height: 17px;
- background-image: url(/lib/images/icon_status.png);
- background-repeat: no-repeat;
- background-position: -59px 0;
- margin-top: 5px;
- }
- span.icon_status_running, span.icon_status_ok {
- background-position: -2px 0;
- }
- span.icon_status_error {
- background-position: -21px 0;
- }
-
- span.icon_status_retrying,
- span.icon_status_warning {
- background-position: -40px 0;
- }
- span.icon_status_starting {
- background-position: -77px 0;
- }