You are here

upgrade_assist.css in Upgrade Status 5

Same filename and directory in other branches
  1. 6 upgrade_assist/upgrade_assist.css
ol.task-list {
  margin-left: 0; /* LTR */
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(/misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

File

upgrade_assist/upgrade_assist.css
View source
  1. ol.task-list {
  2. margin-left: 0; /* LTR */
  3. padding: 0;
  4. list-style-type: none;
  5. list-style-image: none;
  6. }
  7. ol.task-list li {
  8. padding: 0.5em 1em 0.5em 2em; /* LTR */
  9. }
  10. ol.task-list li.active {
  11. background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
  12. }
  13. ol.task-list li.done {
  14. color: #393;
  15. background: transparent url(/misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
  16. }
  17. ol.task-list li.active {
  18. margin-right: 1em; /* LTR */
  19. }