diff --git a/core/themes/bartik/css/components/form.css b/core/themes/bartik/css/components/form.css index dd5ac0c2cbb..d8f6929a2f5 100644 --- a/core/themes/bartik/css/components/form.css +++ b/core/themes/bartik/css/components/form.css @@ -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; }