Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
bc446999dd
@ -360,6 +360,17 @@ input.buttonpaymentcheque {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 8px 7px;
|
background-position: 8px 7px;
|
||||||
}
|
}
|
||||||
|
input.buttonpaymentcb {
|
||||||
|
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png',1) ?>);
|
||||||
|
background-size: 24px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 5px 4px;
|
||||||
|
}
|
||||||
|
input.buttonpaymentcheque {
|
||||||
|
background-image: url(<?php echo dol_buildpath($path.'/paypal/img/object_paypal.png',1) ?>);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 5px 4px;
|
||||||
|
}
|
||||||
input.buttonpaymentpaypal {
|
input.buttonpaymentpaypal {
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/paypal/img/object_paypal.png',1) ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/paypal/img/object_paypal.png',1) ?>);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user