ui.dropdownchecklist.themeroller.css 880 B

1234567891011121314151617181920212223242526272829
  1. /** Simple modifications needed for DropDownCheckList to take advantage of ThemeRoller settings */
  2. .ui-dropdownchecklist .ui-widget-content
  3. , .ui-dropdownchecklist .ui-widget-header {
  4. border: none;
  5. }
  6. .ui-dropdownchecklist-indent {
  7. padding-left: 7px;
  8. }
  9. /* Font size of 0 on the -selector and an explicit medium on -text required to eliminate
  10. descender problems within the containers and still have a valid size for the text */
  11. .ui-dropdownchecklist-selector-wrapper
  12. , .ui-widget.ui-dropdownchecklist-selector-wrapper {
  13. vertical-align: middle;
  14. font-size: 0px;
  15. }
  16. .ui-dropdownchecklist-selector {
  17. padding: 1px 2px 2px 2px;
  18. font-size: 0px;
  19. }
  20. .ui-dropdownchecklist-text {
  21. font-size: medium;
  22. }
  23. .ui-dropdownchecklist-item
  24. , .ui-dropdownchecklist-item input {
  25. vertical-align: middle;
  26. }
  27. .ui-dropdownchecklist-group {
  28. padding: 1px 2px 2px 2px;
  29. }