2
0
forked from Wavyzz/dolibarr

Look and feel v14

This commit is contained in:
Laurent Destailleur
2021-02-06 12:10:27 +01:00
parent 3dedd81f37
commit 7b72ac5a7a
4 changed files with 27 additions and 3 deletions

View File

@@ -3363,7 +3363,10 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
} else {
$fakey = 'fa-'.$pictowithouttext;
}
if (in_array($pictowithouttext, array('payment', 'loan'))) {
if (in_array($pictowithouttext, array('contract'))) {
$fasize = '0.92em';
}
if (in_array($pictowithouttext, array('intervention', 'payment', 'loan'))) {
$fasize = '0.80em';
}