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.

38 lines
843 B

12 years ago
  1. .multiselect-container {
  2. position: absolute;
  3. list-style-type: none;
  4. margin: 0;
  5. padding: 0;
  6. }
  7. .multiselect-container .input-group {
  8. margin: 5px;
  9. }
  10. .multiselect-container > li {
  11. padding: 0;
  12. }
  13. .multiselect-container > li > a.multiselect-all label {
  14. font-weight: bold;
  15. }
  16. .multiselect-container > li > label.multiselect-group {
  17. margin: 0;
  18. padding: 3px 20px 3px 20px;
  19. height: 100%;
  20. }
  21. .multiselect-container > li > a > label {
  22. margin: 0;
  23. height: 100%;
  24. cursor: pointer;
  25. font-weight: normal;
  26. }
  27. .multiselect-container > li > a > label.radio,
  28. .multiselect-container > li > a > label.checkbox {
  29. margin: 0;
  30. }
  31. .multiselect-container > li > a > label > input[type="checkbox"] {
  32. margin-bottom: 5px;
  33. }
  34. .btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  35. border-top-left-radius: 4px;
  36. border-bottom-left-radius: 4px;
  37. }