checklistapi.css 513 B

12345678910111213141516171819202122232425
  1. #checklistapi-checklist-form div.description p {
  2. margin: .5em 0;
  3. }
  4. #checklistapi-checklist-form span.completion-details {
  5. font-style: italic;
  6. opacity: 0.66;
  7. }
  8. #checklistapi-checklist-form.compact-mode div.description p {
  9. display: none;
  10. }
  11. /**
  12. * Progress bar.
  13. *
  14. * @see system.theme.css
  15. */
  16. #checklistapi-checklist-form .progress {
  17. font-weight: normal;
  18. margin-bottom: 0.5em;
  19. }
  20. #checklistapi-checklist-form .progress .bar,
  21. #checklistapi-checklist-form .progress .filled {
  22. background-image: none;
  23. }