This commit is contained in:
Laurent Destailleur 2020-05-19 04:40:08 +02:00
parent b3a17c8da4
commit 2d0abebca3
2 changed files with 10 additions and 6 deletions

View File

@ -77,7 +77,7 @@ $childids[] = $user->id;
llxHeader('', $langs->trans('HRMArea'));
print load_fiche_titre($langs->trans("HRMArea"), '', 'hrm');
print load_fiche_titre($langs->trans("HRMArea"), '', 'user');
if (!empty($setupcompanynotcomplete))

View File

@ -1638,10 +1638,14 @@ td.nobordernopadding.widthpictotitle.col-picto {
}
span.widthpictotitle.pictotitle {
/* background: var(--colortexttitlenotab);
color: #fff;
padding: 10px;
border-radius: 2px;*/
/* background: rgba(70, 3, 62, 0.5); */
background: var(--colortexttitlenotab);
opacity: 0.8;
color: #fff !important;
padding: 7px;
border-radius: 2px;
min-width: 30px;
text-align: center;
}
.pictotitle {
margin-<?php echo $right; ?>: 8px;
@ -3913,7 +3917,7 @@ div.boximport {
.fieldrequired { font-weight: bold; color: var(--fieldrequiredcolor); }
.widthpictotitle { width: 26px; text-align: <?php echo $left; ?>; }
td.widthpictotitle { width: 26px; text-align: <?php echo $left; ?>; }
span.widthpictotitle { font-size: 1.7em; };
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }