Position of fields
This commit is contained in:
parent
bcaa83eeec
commit
4a65b629ee
@ -142,11 +142,11 @@ if (empty($user->socid) && empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS))
|
|||||||
'orders',
|
'orders',
|
||||||
'invoices',
|
'invoices',
|
||||||
'donations',
|
'donations',
|
||||||
'contracts',
|
|
||||||
'interventions',
|
|
||||||
'supplier_proposals',
|
'supplier_proposals',
|
||||||
'supplier_orders',
|
'supplier_orders',
|
||||||
'supplier_invoices',
|
'supplier_invoices',
|
||||||
|
'contracts',
|
||||||
|
'interventions',
|
||||||
'ticket'
|
'ticket'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -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);
|
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
|
||||||
}
|
}
|
||||||
span.boxstatstext {
|
span.boxstatstext {
|
||||||
opacity: 0.7;
|
opacity: 0.5;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
color: var(--colortext);
|
color: var(--colortext);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user