This commit is contained in:
Laurent Destailleur 2020-04-10 12:08:37 +02:00
parent 5ff981bf61
commit 68022fb916
2 changed files with 2 additions and 2 deletions

View File

@ -3241,7 +3241,7 @@ td.evenodd, tr.nohoverpair td, #trlinefordates td {
background: var(--colorbacklinepair1) !important; background: var(--colorbacklinepair1) !important;
} }
.trforbreak td { .trforbreak td {
font-weight: bold; font-weight: 500;
border-bottom: 1pt solid black !important; border-bottom: 1pt solid black !important;
/* background-color: #<?php echo colorArrayToHex(colorStringToArray($colorbacklinebreak)); ?> !important; */ /* background-color: #<?php echo colorArrayToHex(colorStringToArray($colorbacklinebreak)); ?> !important; */
} }

View File

@ -343,7 +343,7 @@ if ($result)
// Show break line // Show break line
print '<tr class="oddeven trforbreak">'; print '<tr class="oddeven trforbreak">';
print '<td class="maxwidthonsmartphone tdoverflowonsmartphone">'; print '<td class="maxwidthonsmartphone tdoverflowonsmartphone">';
print img_object('', $picto, 'class="pictoobjectwidth"').' '.$objMod->getName(); print img_object('', $picto, 'class="pictoobjectwidth paddingright"').' '.$objMod->getName();
print '<a name="'.$objMod->getName().'"></a>'; print '<a name="'.$objMod->getName().'"></a>';
print '</td>'; print '</td>';
if (($caneditperms && empty($objMod->rights_admin_allowed)) || empty($object->admin)) if (($caneditperms && empty($objMod->rights_admin_allowed)) || empty($object->admin))