diff --git a/htdocs/admin/system/perf.php b/htdocs/admin/system/perf.php
index dd77c41a673..8d4360b37c0 100644
--- a/htdocs/admin/system/perf.php
+++ b/htdocs/admin/system/perf.php
@@ -552,13 +552,6 @@ else
}
print '
';
-// Database statistics update
-/*
-print '
';
-print ''.$langs->trans("DatabaseStatistics").': ';
-print '
';
-*/
-
// End of page
llxFooter();
$db->close();
diff --git a/htdocs/index.php b/htdocs/index.php
index 1e6b7bcf210..20e2d5f9c9a 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -897,7 +897,7 @@ if (empty($user->socid) && empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS))
if (!empty($boxstatFromHook) || !empty($boxstatItems)) {
$boxstat .= ''."\n";
$boxstat .= '
| ';
$boxstat .= ' '.$langs->trans("DolibarrStateBoard").' ';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index a8bf76236fc..273073d7b5d 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -1726,7 +1726,7 @@ div.heightref {
min-height: 80px;
}
div.divphotoref {
- padding-: 20px;
+ padding-: 30px;
}
div.paginationref {
padding-bottom: 10px;
@@ -3117,7 +3117,7 @@ table.listwithfilterbefore {
/* Pagination */
div.refidpadding {
- padding-top: 3px;
+ /* padding-top: 3px; */
}
div.refid {
font-weight: bold;
@@ -3159,7 +3159,7 @@ div.pagination li {
display: inline-block;
padding-left: 0px;
padding-right: 0px;
- padding-top: 10px;
+ /* padding-top: 10px; */
padding-bottom: 5px;
font-size: 1.1em;
}
@@ -3634,7 +3634,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
width: 118px;
}
-td.tdboxstats .boxstats {
+.boxtable:not(.widgetstats) td.tdboxstats .boxstats {
box-shadow: 1px 1px 8px var(--colorboxstatsborder);
}
|