From af4d3767ea322c5e24e2353f4a6bfd23d9e524a3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Feb 2021 19:56:38 +0100 Subject: [PATCH] css --- htdocs/core/lib/functions.lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 14abfd1131b..7192a887526 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -3364,7 +3364,8 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $ } else { $fakey = 'fa-'.$pictowithouttext; } - if (in_array($pictowithouttext, array('contract'))) { + + if (in_array($pictowithouttext, array('member', 'contract'))) { $fasize = '0.92em'; } if (in_array($pictowithouttext, array('intervention', 'payment', 'loan'))) {