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;