From 93ca434a605a41de25263766e6e50b10d8228d36 Mon Sep 17 00:00:00 2001 From: Joan Date: Tue, 28 Aug 2018 14:39:46 +0200 Subject: [PATCH] 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 --- css/civicrm.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.25.1