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;
|