This commit is contained in:
Laurent Destailleur 2022-01-18 18:59:03 +01:00
parent 200f796232
commit 178f7b0ace
2 changed files with 2 additions and 2 deletions

View File

@ -4529,7 +4529,7 @@ div.boximport {
.fieldrequired { font-weight: bold; color: var(--fieldrequiredcolor) !important; }
td.widthpictotitle { width: 38px; text-align: <?php echo $left; ?>; }
td.widthpictotitle, .table-fiche-title .widthpictotitle { width: 38px; text-align: <?php echo $left; ?>; }
span.widthpictotitle { font-size: 1.7em; }
table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }

View File

@ -4464,7 +4464,7 @@ div.boximport {
.fieldrequired { font-weight: bold; color: #000055; }
.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
td.widthpictotitle, .table-fiche-title .widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }