|
@@ -254,14 +254,17 @@ label.required:after {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// This is specifically for model that are a generated set of checkboxes/radios
|
|
|
+// This is specifically for list of radios/checkboxes
|
|
|
.model_multiple_choice_field .input li,
|
|
|
+.checkbox_select_multiple .input li,
|
|
|
+.multiple_choice_field .input li,
|
|
|
.choice_field .input li {
|
|
|
label {
|
|
|
display: block;
|
|
|
width: auto;
|
|
|
float: none;
|
|
|
padding-top: 0; // Negates padding added to label for the group of fields as a whole
|
|
|
+ padding-bottom: 0.8em;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -331,7 +334,6 @@ li.inline:first-child {
|
|
|
margin-left: -$grid-gutter-width / 2;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
// search-bars
|
|
|
.search-bar {
|
|
|
.required .field > label:after {
|