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

Style drupal fieldsets

parent 547bc774
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,17 @@ html.js fieldset.collapsed { height: 2em; }
height: 2em;
}
/* Fieldset */
fieldset.form-wrapper {
border: 1px solid #ccc;
padding: 0 1rem;
}
fieldset.form-wrapper .fieldset-legend {
padding: 0 .5rem;
font-weight: bold;
}
/* Table ordering */
.sticky-table { box-sizing: initial; }
.sticky-table a { border-bottom: 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