From e20a59395932c3f3417c84cbbcd05affd0f5191d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 10 Nov 2024 11:55:18 +0100 Subject: [PATCH] css --- htdocs/theme/eldy/global.inc.php | 1 + htdocs/theme/md/style.css.php | 1 + htdocs/user/card.php | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 36fc7abf175..d53870bad37 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -2619,6 +2619,7 @@ div.fichehalfleft { browser->layout != 'phone') { print "width: calc(50% - 20px);\n"; } ?> + margin-bottom: 20px; } div.fichehalfright { browser->layout != 'phone') { diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index fad907a418d..e2f967a4ab3 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2720,6 +2720,7 @@ div.fichehalfleft { browser->layout != 'phone') { print "width: calc(50% - 16px);\n"; } ?> + margin-bottom: 20px; } div.fichehalfright { browser->layout != 'phone') { diff --git a/htdocs/user/card.php b/htdocs/user/card.php index de1e25133f1..f5eaa1b2318 100644 --- a/htdocs/user/card.php +++ b/htdocs/user/card.php @@ -2161,7 +2161,7 @@ if ($action == 'create' || $action == 'adduserldap') { if (!empty($groupslist)) { foreach ($groupslist as $group) { print ''; - print ''; + print ''; if ($permissiontoeditgroup) { print $group->getNomUrl(1); } else { @@ -2179,7 +2179,7 @@ if ($action == 'create' || $action == 'adduserldap') { print "\n"; } } else { - print ''.$langs->trans("None").''; + print ''.$langs->trans("None").''; } print "";