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

develop
This commit is contained in:
Laurent Destailleur 2022-04-30 15:37:43 +02:00
parent 35b1c1ca69
commit f1b1d83872
2 changed files with 2 additions and 0 deletions

View File

@ -390,6 +390,7 @@ input.buttonpaymentstripe {
.logopublicpayment #dolpaymentlogo { .logopublicpayment #dolpaymentlogo {
max-height: 100px; max-height: 100px;
max-width: 320px; max-width: 320px;
image-rendering: -webkit-optimize-contrast; /* better rendering on public page header */
} }
a.butStatus { a.butStatus {

View File

@ -584,6 +584,7 @@ input.buttonpaymentstripe {
} }
.logopublicpayment #dolpaymentlogo { .logopublicpayment #dolpaymentlogo {
max-height: 100px; max-height: 100px;
image-rendering: -webkit-optimize-contrast; /* better rendering on public page header */
} }
a.butStatus { a.butStatus {
padding-left: 5px; padding-left: 5px;