Skip to content

Commit fbb7107

Browse files
committed
All: remove .left-labels style rules
These are not used anywhere anymore. Remove these so that we can remove the unused styles from the base stylesheet. Ref https://github.com/search?q=org%3Ajquery%20left-labels&type=code Ref jquery/contribute.jquery.org@3030f39
1 parent 71cedfd commit fbb7107

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

themes/jquery/css/base.css

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -613,39 +613,6 @@ form input[type="submit"] {
613613
display: block;
614614
}
615615

616-
/**
617-
* Left aligned labels
618-
*/
619-
620-
.left-labels label {
621-
padding: 5px 0 0 0;
622-
display: block;
623-
}
624-
625-
.left-labels span {
626-
margin: 0 10px 0 0;
627-
min-width: 100px;
628-
629-
float: left;
630-
631-
text-align: left;
632-
}
633-
634-
.left-labels .radio span {
635-
padding-top: 5px;
636-
}
637-
638-
.left-labels .radio {
639-
display: block;
640-
}
641-
642-
.left-labels .radio li label {
643-
margin: 0;
644-
padding: 0 0 5px 0;
645-
646-
border: 0;
647-
}
648-
649616
/**
650617
* Label descriptions
651618
*/

0 commit comments

Comments
 (0)