Skip to content
Snippets Groups Projects
Commit c261af6e authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2653914 by kevin.dutra, emma.maria, gnuget: Date form field display...

Issue #2653914 by kevin.dutra, emma.maria, gnuget: Date form field display label has visual differences to other form fields
parent d46b0afe
Branches
Tags
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
......@@ -116,9 +116,13 @@ input.form-submit:focus {
margin-right: 1.2em;
margin-left: 0;
}
.form-item label {
.form-item label,
.form-wrapper .label {
font-size: 0.929em;
}
.form-wrapper .field-multiple-table .label {
font-size: inherit;
}
.form-type-radio label,
.form-type-checkbox label {
margin-left: 4px; /* LTR */
......@@ -146,9 +150,13 @@ input.form-submit:focus {
margin-bottom: 2em;
}
.node-form label,
.node-form .description {
.node-form .description,
.node-form .form-wrapper .label {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.node-form .form-wrapper .field-multiple-table .label {
font-family: inherit;
}
.node-form .form-wrapper {
margin-bottom: 2em;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment