From: Joan Date: Tue, 28 Aug 2018 12:39:46 +0000 (+0200) Subject: Style improvement of radio form elements X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=93ca434a605a41de25263766e6e50b10d8228d36;p=civicrm-core.git Style improvement of radio form elements Radio inputs are too close to their labels, I think this simple improvement would be useful, as commented here: https://lab.civicrm.org/dev/core/issues/355 --- diff --git a/css/civicrm.css b/css/civicrm.css index a89e60458b..b95743b6f8 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -19,6 +19,10 @@ div.crm-container fieldset label{ float: none; } +input.crm-form-radio + label, input.crm-form-checkbox + label{ + margin-left: 7px; +} + .crm-container .crm-quickSearchField { font-weight: normal; }