You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
397 B

  1. .field-users ul {
  2. list-style: none;
  3. margin: 0;
  4. padding: 0;
  5. color: #888;
  6. }
  7. .field-users ul li {
  8. list-style-type: none;
  9. }
  10. .field-checks {
  11. color: #888;
  12. }
  13. .bar {
  14. display: inline-block;
  15. width: 100px;
  16. height: 10px;
  17. border-radius: 5px;
  18. overflow: hidden;
  19. background: #ddd;
  20. }
  21. .bar span {
  22. display: block;
  23. height: 10px;
  24. background: #79aec8;
  25. }