This commit is contained in:
Laurent Destailleur (aka Eldy) 2025-02-11 10:55:34 +01:00
parent c94395ff10
commit 9055ab3b4c
2 changed files with 3 additions and 3 deletions

View File

@ -5509,8 +5509,8 @@ div.boximport {
.fieldrequired { font-weight: bold; color: var(--fieldrequiredcolor) !important; }
td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 38px; text-align: <?php echo $left; ?>; }
span.widthpictotitle { font-size: 1.7em; }
td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 34px; text-align: <?php echo $left; ?>; }
span.widthpictotitle { font-size: 1.5em; }
table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }

View File

@ -2835,7 +2835,7 @@ td.nobordernopadding.widthpictotitle.col-picto {
width: 14px;
}
span.widthpictotitle {
font-size: 1.3em;
font-size: 1em;
}
.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
opacity: 0.7 !important;