Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2022-01-18 20:15:23 +01:00
commit 0f03f5c57f
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, .table-fiche-title .widthpictotitle { width: 38px; text-align: <?php echo $left; ?>; }
td.widthpictotitle, .table-fiche-title img.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; }
td.widthpictotitle, .table-fiche-title .widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
td.widthpictotitle, .table-fiche-title img.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; }