From c261af6e4f136217670b1c8aaffae8fc01311ce9 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 26 Apr 2016 12:36:31 -0700 Subject: [PATCH] Issue #2653914 by kevin.dutra, emma.maria, gnuget: Date form field display label has visual differences to other form fields --- core/themes/bartik/css/components/form.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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; }