diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index f551a8c5e44..ae5222c3480 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -987,6 +987,9 @@ select.selectarrowonleft option { div.statusref { padding-right: 10px; } + div.statusref img { + padding-right: 3px !important; + } } .linkobject { cursor: pointer; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 4540c569d18..90b13b3561b 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -983,6 +983,9 @@ select.selectarrowonleft option { div.statusref { padding-right: 10px; } + div.statusref img { + padding-right: 3px !important; + } } .linkobject { cursor: pointer; }