Skip to content
Snippets Groups Projects
Commit 195fe5ce authored by khawkins's avatar khawkins
Browse files

Do no pad facet checkboxes

parent 623274b8
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ body .form-actions.form-wrapper button {
}
input[type="checkbox"], input[type="radio"] { vertical-align: text-top; }
/* no padding on facet checkboxes */
.form-type-checkboxes input[type="checkbox"] { vertical-align: middle; margin-bottom: 0; }
/* Misc */
#panels-edit-display-form h2.label { background: none; }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment