From 7ddf1669efcabd234c7b1abc8d1c7cba120e686f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Nov 2017 01:34:20 +0100 Subject: [PATCH] Look and feel v6 - Show status of thirdparty in dol_banner --- 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 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; }