Issue #2653914 by kevin.dutra, emma.maria, gnuget: Date form field display label has visual differences to other form fields
parent
d46b0afe88
commit
c261af6e4f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue