Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 17, 2017
1 parent 1e192ec commit 77ea64c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/ipay88"
,"version": "1.1.1"
,"version": "1.1.2"
,"description": "The «iPay88» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ipay88"
Expand Down
22 changes: 17 additions & 5 deletions view/frontend/web/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ form.dfe_ipay88 {
// 2017-04-13 Alliance Bank (Alliance Online)
.df-option-8 label {
background: url('./i/alliance-bank.png') center no-repeat;
width: 193px; height: 32px; padding: 11px 0;
width: 193px; height: 32px; padding: 9px 0;
}
// 2017-04-13 AmBank (AmOnline)
.df-option-10 label {background: url('./i/ambank.png'); width: 91px; height: 63px;}
Expand All @@ -37,7 +37,10 @@ form.dfe_ipay88 {
width: 112px; height: 36px; padding: 6px 0;
}
// 2017-04-14 Hong Leong Bank (Hong Leong Online)
.df-option-15 label {background: url('./i/hong-leong-bank.png'); width: 200px; height: 39px;}
.df-option-15 label {
background: url('./i/hong-leong-bank.png') center no-repeat;
width: 200px; height: 39px; padding: 6px 0 5px 0;
}
// 2017-04-14 CIMB Bank
.df-option-20 label {
background: url('./i/cimb-bank.png') center no-repeat;
Expand All @@ -49,18 +52,27 @@ form.dfe_ipay88 {
width: 175px; height: 48px; padding: 1px 0;
}
// 2017-04-14 PayPal (MYR)
.df-option-48 label {background: url('./i/paypal.png'); width: 184px; height: 45px;}
.df-option-48 label {
background: url('./i/paypal.png') center no-repeat;
width: 184px; height: 45px; padding: 3px 0 2px 0;
}
// 2017-04-14 Celcom AirCash
.df-option-100 label {
background: url('./i/celcom-aircash.png') center no-repeat;
width: 176px; height: 40px; padding: 5px 0
}
// 2017-04-14 Bank Rakyat Internet Banking
.df-option-102 label {background: url('./i/bank-rakyat.png'); width: 200px; height: 45px;}
.df-option-102 label {
background: url('./i/bank-rakyat.png') center no-repeat;
width: 200px; height: 45px; padding: 3px 0 2px 0;
}
// 2017-04-14 Affin Bank (affinOnline)
.df-option-103 label {background: url('./i/affin-bank.png'); width: 200px; height: 51px;}
// 2017-04-14 Bank Islam
.df-option-134 label {background: url('./i/bank-islam.png'); width: 200px; height: 46px;}
.df-option-134 label {
background: url('./i/bank-islam.png') center no-repeat;
width: 200px; height: 46px; padding: 2px 0;
}
// 2017-04-14 United Overseas Bank (UOB)
.df-option-152 label {background: url('./i/uob.png'); width: 143px; height: 50px;}
// 2017-04-14 Bank Muamalat
Expand Down

0 comments on commit 77ea64c

Please sign in to comment.