From 2ec7d478690680752731a27409f54a8a2d5c866d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 9 Jul 2016 15:35:49 +0200 Subject: [PATCH] Fix css --- htdocs/theme/eldy/style.css.php | 3 +++ htdocs/theme/md/style.css.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index ef75f3032cb..53a8528781b 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -4036,6 +4036,9 @@ dl.dropdown { white-space: nowrap; font-weight: normal; } +.dropdown dd ul li input[type="checkbox"] { + margin-right: 3px; +} .dropdown dd ul li a { padding:5px; display:block; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 9e217efb30c..c86a70c905a 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3919,6 +3919,9 @@ dl.dropdown { white-space: nowrap; font-weight: normal; } +.dropdown dd ul li input[type="checkbox"] { + margin-right: 3px; +} .dropdown dd ul li a { padding:5px; display:block;