Skip to content
Snippets Groups Projects
Commit aebe8558 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1024898 by ilo, amateescu: wrong definition of Bartik's fieldset description in css.

parent dfe27f8f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -1213,6 +1213,13 @@ fieldset legend a:active { ...@@ -1213,6 +1213,13 @@ fieldset legend a:active {
fieldset .fieldset-wrapper { fieldset .fieldset-wrapper {
padding: 0 10px; padding: 0 10px;
} }
fieldset .fieldset-description {
margin-top: 5px;
margin-bottom: 1em;
line-height: 1.4;
color: #3c3c3c;
font-style: italic;
}
input { input {
margin: 2px 0; margin: 2px 0;
padding: 4px; padding: 4px;
...@@ -1247,12 +1254,6 @@ input.form-submit:focus { ...@@ -1247,12 +1254,6 @@ input.form-submit:focus {
.form-item label { .form-item label {
font-size: 0.929em; font-size: 0.929em;
} }
fieldset .description {
margin-top: 5px;
line-height: 1.4;
color: #3c3c3c;
font-style: italic;
}
.form-type-radio label, .form-type-radio label,
.form-type-checkbox label { .form-type-checkbox label {
margin-left: 4px; margin-left: 4px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment