From 6fd6df81caae2e9ccc7c6333e69457276f68c3a1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 31 Aug 2015 18:01:36 +0200 Subject: [PATCH] Fix css --- htdocs/theme/eldy/style.css.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index a001677ca55..ce4764373db 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2254,6 +2254,9 @@ td.nobottom, td.nobottom { div.liste_titre .tagtd { vertical-align: middle; } +div.liste_titre { + box-shadow: 2px 2px 4px #CCC; +} div.liste_titre { min-height: 26px !important; /* We cant use height because it's a div and it should be higher if content is more. but min-height doe not work either for div */