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))