From 35d6c754d247341bbfffe57546c1b2d787455717 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 1 Mar 2018 17:40:30 +0100 Subject: [PATCH] CSS --- htdocs/theme/eldy/style.css.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index b9cceadc5c0..1b46929924c 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3021,10 +3021,12 @@ ul.noborder li:nth-child(even):not(.liste_titre) { .boxstats, .boxstats130 { display: inline-block; margin: 3px; - /* border: 1px solid #CCC; */ text-align: center; - border-radius: 2px; - background: #eee; + + background: #f8f8f8; + border: 1px solid #eee; + box-shadow: 1px 1px 6px #bbb; + border-radius: 0px; } .boxstats, .boxstats130, .boxstatscontent { white-space: nowrap; @@ -3046,6 +3048,11 @@ ul.noborder li:nth-child(even):not(.liste_titre) { @media only screen and (max-width: 767px) { + .boxstats, .boxstats130 { + border: 1px solid #ddd; + box-shadow: none; + text-align: + } .thumbstat { flex: 1 1 110px; }