From 686797eb6dde2d0c7ac6b9cc5c900a2878a8c06f Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Tue, 11 Jun 2013 18:08:47 +0200
Subject: [PATCH] multiselect: more breathing space for entries

---
 core/css/multiselect.css | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/core/css/multiselect.css b/core/css/multiselect.css
index 667eba86e7..23aec23437 100644
--- a/core/css/multiselect.css
+++ b/core/css/multiselect.css
@@ -33,10 +33,19 @@ ul.multiselectoptions>li {
 	white-space: nowrap;
 }
 
-ul.multiselectoptions>li>input[type="checkbox"] {
-	margin-top:  3px;
-	margin-right:  5px;
-	margin-left:  3px;
+ul.multiselectoptions > li > input[type="checkbox"] {
+	margin: 10px 7px;
+	vertical-align: middle;
+}
+ul.multiselectoptions > li input[type='checkbox']+label {
+	font-weight: normal;
+	display: inline-block;
+	width: 100%;
+	padding: 5px 27px;
+	margin-left: -27px; /* to have area around checkbox clickable as well */
+}
+ul.multiselectoptions > li input[type='checkbox']:checked+label {
+	font-weight: bold;
 }
 
 div.multiselect {
-- 
GitLab