mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix css
This commit is contained in:
@@ -552,13 +552,6 @@ else
|
|||||||
}
|
}
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
// Database statistics update
|
|
||||||
/*
|
|
||||||
print '<br>';
|
|
||||||
print '<strong>'.$langs->trans("DatabaseStatistics").'</strong>: ';
|
|
||||||
print '<br>';
|
|
||||||
*/
|
|
||||||
|
|
||||||
// End of page
|
// End of page
|
||||||
llxFooter();
|
llxFooter();
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|||||||
@@ -897,7 +897,7 @@ if (empty($user->socid) && empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS))
|
|||||||
if (!empty($boxstatFromHook) || !empty($boxstatItems)) {
|
if (!empty($boxstatFromHook) || !empty($boxstatItems)) {
|
||||||
$boxstat .= '<!-- Database statistics -->'."\n";
|
$boxstat .= '<!-- Database statistics -->'."\n";
|
||||||
$boxstat .= '<div class="box">';
|
$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 .= '<tr class="liste_titre box_titre">';
|
||||||
$boxstat .= '<td class="liste_titre">';
|
$boxstat .= '<td class="liste_titre">';
|
||||||
$boxstat .= '<div class="inline-block valignmiddle">'.$langs->trans("DolibarrStateBoard").'</div>';
|
$boxstat .= '<div class="inline-block valignmiddle">'.$langs->trans("DolibarrStateBoard").'</div>';
|
||||||
|
|||||||
@@ -1726,7 +1726,7 @@ div.heightref {
|
|||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
}
|
}
|
||||||
div.divphotoref {
|
div.divphotoref {
|
||||||
padding-<?php echo $right; ?>: 20px;
|
padding-<?php echo $right; ?>: 30px;
|
||||||
}
|
}
|
||||||
div.paginationref {
|
div.paginationref {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
@@ -3117,7 +3117,7 @@ table.listwithfilterbefore {
|
|||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
div.refidpadding {
|
div.refidpadding {
|
||||||
padding-top: 3px;
|
/* padding-top: 3px; */
|
||||||
}
|
}
|
||||||
div.refid {
|
div.refid {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -3159,7 +3159,7 @@ div.pagination li {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
padding-top: 10px;
|
/* padding-top: 10px; */
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
@@ -3634,7 +3634,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
|||||||
width: 118px;
|
width: 118px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.tdboxstats .boxstats {
|
.boxtable:not(.widgetstats) td.tdboxstats .boxstats {
|
||||||
box-shadow: 1px 1px 8px var(--colorboxstatsborder);
|
box-shadow: 1px 1px 8px var(--colorboxstatsborder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user