Skip to content

Commit 6dc7ee9

Browse files
SteveTheTechieHarris
authored andcommitted
Make checkbox labels wrap w/ hanging indents.
1 parent d98d2de commit 6dc7ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/jquery.multiselect.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
.ui-multiselect-checkboxes { display:block; box-sizing:border-box; position:relative; overflow:auto; width: auto; border: 0; padding: 4px 0 8px;}
1616
.ui-multiselect-checkboxes li:not(.ui-multiselect-optgroup) { clear:both; font-size:0.9em; list-style: none; padding-right:3px;}
17-
.ui-multiselect-checkboxes label { border:1px solid transparent; cursor:default; display:block; padding:3px 1px;}
17+
.ui-multiselect-checkboxes label { border:1px solid transparent; cursor:default; display:block; padding:3px 1px 3px 21px; text-indent: -20px;}
1818
.ui-multiselect-checkboxes input { position:relative; top:1px; cursor: pointer;}
1919
.ui-multiselect-checkboxes img { height: 30px; vertical-align: middle; margin-right: 3px;}
2020
.ui-multiselect-grouplabel { border-bottom:1px solid; cursor: pointer; display:block; font-weight:bold; margin:1px 0; padding:3px; text-align:center; text-decoration:none; }

0 commit comments

Comments
 (0)