CSS
This commit is contained in:
parent
b3a17c8da4
commit
2d0abebca3
@ -77,7 +77,7 @@ $childids[] = $user->id;
|
|||||||
|
|
||||||
llxHeader('', $langs->trans('HRMArea'));
|
llxHeader('', $langs->trans('HRMArea'));
|
||||||
|
|
||||||
print load_fiche_titre($langs->trans("HRMArea"), '', 'hrm');
|
print load_fiche_titre($langs->trans("HRMArea"), '', 'user');
|
||||||
|
|
||||||
|
|
||||||
if (!empty($setupcompanynotcomplete))
|
if (!empty($setupcompanynotcomplete))
|
||||||
|
|||||||
@ -1638,10 +1638,14 @@ td.nobordernopadding.widthpictotitle.col-picto {
|
|||||||
}
|
}
|
||||||
|
|
||||||
span.widthpictotitle.pictotitle {
|
span.widthpictotitle.pictotitle {
|
||||||
/* background: var(--colortexttitlenotab);
|
/* background: rgba(70, 3, 62, 0.5); */
|
||||||
color: #fff;
|
background: var(--colortexttitlenotab);
|
||||||
padding: 10px;
|
opacity: 0.8;
|
||||||
border-radius: 2px;*/
|
color: #fff !important;
|
||||||
|
padding: 7px;
|
||||||
|
border-radius: 2px;
|
||||||
|
min-width: 30px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.pictotitle {
|
.pictotitle {
|
||||||
margin-<?php echo $right; ?>: 8px;
|
margin-<?php echo $right; ?>: 8px;
|
||||||
@ -3913,7 +3917,7 @@ div.boximport {
|
|||||||
|
|
||||||
.fieldrequired { font-weight: bold; color: var(--fieldrequiredcolor); }
|
.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; };
|
span.widthpictotitle { font-size: 1.7em; };
|
||||||
|
|
||||||
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
|
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user