From 22b8fcfe63b8b79fa9d3b9c5f3ffc19074f91893 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 19 Jul 2013 18:01:49 +0200 Subject: [PATCH] Style --- htdocs/index.php | 2 +- htdocs/theme/eldy/style.css.php | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index f6d476dade8..40c642b1508 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -117,7 +117,7 @@ if (empty($user->societe_id)) print ''.$langs->trans("DolibarrStateBoard").''; print ' '; print ''; - print ''; + print ''; $var=true; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 130a6fa8706..5ba4175ddad 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1824,6 +1824,18 @@ div.tabBar .noborder { * Boxes */ +.tdboxstats { + + background: -o-linear-gradient(bottom, rgb() 85%, rgb() 100%) !important; + background: -moz-linear-gradient(bottom, rgb() 85%, rgb() 100%) !important; + background: -webkit-linear-gradient(bottom, rgb() 85%, rgb() 100%) !important; + background: -ms-linear-gradient(bottom, rgb() 85%, rgb() 100%) !important; + background: linear-gradient(bottom, rgb() 85%, rgb() 100%) !important; + + background: #ffffff !important; + +} + .boxstats { margin: 3px;