Position of fields

This commit is contained in:
Laurent Destailleur 2020-05-14 14:29:14 +02:00
parent bcaa83eeec
commit 4a65b629ee
2 changed files with 3 additions and 3 deletions

View File

@ -142,11 +142,11 @@ if (empty($user->socid) && empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS))
'orders',
'invoices',
'donations',
'contracts',
'interventions',
'supplier_proposals',
'supplier_orders',
'supplier_invoices',
'contracts',
'interventions',
'ticket'
);

View File

@ -3643,7 +3643,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
}
span.boxstatstext {
opacity: 0.7;
opacity: 0.5;
line-height: 18px;
color: var(--colortext);
}