This commit is contained in:
Laurent Destailleur 2019-06-25 11:35:40 +02:00
parent b6ad78fdd9
commit 560f145a32
2 changed files with 6 additions and 4 deletions

View File

@ -158,6 +158,7 @@ div.buttonpayment input {
border-bottom: unset; border-bottom: unset;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
cursor: pointer;
} }
input.buttonpaymentcb { input.buttonpaymentcb {
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png', 1) ?>); background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png', 1) ?>);
@ -627,20 +628,20 @@ select.flat.selectlimit {
.amountpaymentcomplete { .amountpaymentcomplete {
color: #008800; color: #008800;
font-weight: bold; font-weight: bold;
font-size: 1.4em; font-size: 1.2em;
} }
.amountremaintopay { .amountremaintopay {
color: #880000; color: #880000;
font-weight: bold; font-weight: bold;
font-size: 1.4em; font-size: 1.2em;
} }
.amountremaintopayback { .amountremaintopayback {
font-weight: bold; font-weight: bold;
font-size: 1.4em; font-size: 1.2em;
} }
.amountpaymentneutral { .amountpaymentneutral {
font-weight: bold; font-weight: bold;
font-size: 1.4em; font-size: 1.2em;
} }
.savingdocmask { .savingdocmask {
margin-top: 6px; margin-top: 6px;

View File

@ -374,6 +374,7 @@ div.buttonpayment input {
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
color: #333; color: #333;
cursor: pointer;
} }
input.buttonpaymentcb { input.buttonpaymentcb {
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png', 1) ?>); background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png', 1) ?>);