From 68022fb9164515c41af73c42c1df888d926c86c4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 10 Apr 2020 12:08:37 +0200 Subject: [PATCH] css --- htdocs/theme/eldy/global.inc.php | 2 +- htdocs/user/perms.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index d96726ef7e6..32c1a2d5bfb 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -3241,7 +3241,7 @@ td.evenodd, tr.nohoverpair td, #trlinefordates td { background: var(--colorbacklinepair1) !important; } .trforbreak td { - font-weight: bold; + font-weight: 500; border-bottom: 1pt solid black !important; /* background-color: # !important; */ } diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php index b3be1647a8c..b2370089dd3 100644 --- a/htdocs/user/perms.php +++ b/htdocs/user/perms.php @@ -343,7 +343,7 @@ if ($result) // Show break line print ''; print ''; - print img_object('', $picto, 'class="pictoobjectwidth"').' '.$objMod->getName(); + print img_object('', $picto, 'class="pictoobjectwidth paddingright"').' '.$objMod->getName(); print ''; print ''; if (($caneditperms && empty($objMod->rights_admin_allowed)) || empty($object->admin))