This commit is contained in:
Laurent Destailleur
2020-06-23 14:33:34 +02:00
parent 4d2cbf7006
commit d05c60baf0
3 changed files with 5 additions and 12 deletions

View File

@@ -552,13 +552,6 @@ else
}
print '<br>';
// Database statistics update
/*
print '<br>';
print '<strong>'.$langs->trans("DatabaseStatistics").'</strong>: ';
print '<br>';
*/
// End of page
llxFooter();
$db->close();

View File

@@ -897,7 +897,7 @@ if (empty($user->socid) && empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS))
if (!empty($boxstatFromHook) || !empty($boxstatItems)) {
$boxstat .= '<!-- Database statistics -->'."\n";
$boxstat .= '<div class="box">';
$boxstat .= '<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="noborder boxtable boxtablenobottom nohover" width="100%">';
$boxstat .= '<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="noborder boxtable boxtablenobottom nohover widgetstats" width="100%">';
$boxstat .= '<tr class="liste_titre box_titre">';
$boxstat .= '<td class="liste_titre">';
$boxstat .= '<div class="inline-block valignmiddle">'.$langs->trans("DolibarrStateBoard").'</div>';

View File

@@ -1726,7 +1726,7 @@ div.heightref {
min-height: 80px;
}
div.divphotoref {
padding-<?php echo $right; ?>: 20px;
padding-<?php echo $right; ?>: 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);
}