From 22053e0f4de5961e83a673ab422e3dad1325ab04 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Sep 2018 17:53:24 +0200 Subject: [PATCH] CSS --- htdocs/theme/eldy/style.css.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index da5ac450d09f3..ee7759f5ac32d 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3239,9 +3239,10 @@ margin-bottom: 5px; text-align: center; - background: #f8f8f8; + /* background: #f8f8f8; */ border: 1px solid #eee; - box-shadow: 1px 1px 8px #ddd; + border-left: 3px solid #aaa; + box-shadow: 3px 1px 8px #ddd; border-radius: 0px; } .boxstats, .boxstats130, .boxstatscontent { @@ -3288,9 +3289,11 @@ } .thumbstat { flex: 1 1 110px; + margin-bottom: 8px; } .thumbstat150 { flex: 1 1 110px; + margin-bottom: 8px; } .dashboardlineindicator { float: left;