Issue #2653914 by kevin.dutra, emma.maria, gnuget: Date form field display label has visual differences to other form fields

8.2.x
webchick 2016-04-26 12:36:31 -07:00
parent d46b0afe88
commit c261af6e4f
1 changed files with 10 additions and 2 deletions

View File

@ -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;
}