Commit 1810a758 authored by borggss's avatar borggss

Deposit menu icons update [UI]

parent bf1015f6
...@@ -2199,15 +2199,25 @@ article div.article-heading{ ...@@ -2199,15 +2199,25 @@ article div.article-heading{
.iwl-tag li.newtag:before{ .iwl-tag li.newtag:before{
content: ''; content: '';
position: absolute; position: absolute;
background-image: url(../img/iwl-new-tag_1.png); /*background-image: url(../img/iwl-new-tag_1.png);*/
background-image: url(../img/iwl-new.png);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
right: -4px; /* right: -4px;
top: -6px; top: -6px;
height: 60px; height: 60px;
width: 60px; width: 60px;*/
top: 0px;
right: 0px;
height: 26px;
width: 100%;
max-width: 120px;
z-index: 9999; z-index: 9999;
} }
.iwl-tag li a img{
width: 100%;
max-width: 100px;
}
@media (max-width: 1363px){ @media (max-width: 1363px){
.iwl-tag li.newtag:before{ .iwl-tag li.newtag:before{
...@@ -2224,9 +2234,22 @@ article div.article-heading{ ...@@ -2224,9 +2234,22 @@ article div.article-heading{
} }
@media (max-width: 435px){ @media (max-width: 435px){
.iwl-tag li.newtag:before{ /*.iwl-tag li.newtag:before{
right: -2px; right: -2px;
top: -6px; top: -6px;
}*/
.iwl-tag li.newtag:before{
content: '';
position: absolute;
background-image: url(../img/new-tag-m.png);
background-size: cover;
background-repeat: no-repeat;
top: 0px;
right: 0px;
height: 30px;
width: 100%;
max-width: 70px;
z-index: 9999;
} }
} }
......
...@@ -273,7 +273,8 @@ define('VAL_STR_IBT_METHOD','IBT'); ...@@ -273,7 +273,8 @@ define('VAL_STR_IBT_METHOD','IBT');
define('VAL_STR_CPS_NAME','Cryptocurrency Solution'); define('VAL_STR_CPS_NAME','Cryptocurrency Solution');
// define('VAL_STR_CPS_LOGO','img/cryptocoin.png'); // define('VAL_STR_CPS_LOGO','img/cryptocoin.png');
define('VAL_STR_CPS_LOGO','img/bitcoin_3.png'); // define('VAL_STR_CPS_LOGO','img/bitcoin_3.png');
define('VAL_STR_CPS_LOGO','img/crypto-new.png');
define('VAL_STR_CPS_METHOD','CPS'); define('VAL_STR_CPS_METHOD','CPS');
define('VAL_STR_CPS_FEE','2.80'); define('VAL_STR_CPS_FEE','2.80');
...@@ -306,11 +307,11 @@ define('VAL_STR_LBTF3_LOGO','img/local_bank.png'); ...@@ -306,11 +307,11 @@ define('VAL_STR_LBTF3_LOGO','img/local_bank.png');
define('VAL_STR_LBTF3_METHOD','LBTF3'); define('VAL_STR_LBTF3_METHOD','LBTF3');
define('VAL_STR_JPV_NAME', 'Japan Remittance Voucher'); define('VAL_STR_JPV_NAME', 'Japan Remittance Voucher');
define('VAL_STR_JPV_LOGO','img/jpv.png'); define('VAL_STR_JPV_LOGO','img/jpv-new.png');
define('VAL_STR_JPV_METHOD','JPV'); define('VAL_STR_JPV_METHOD','JPV');
define('VAL_STR_CCDEPOSIT_NAME', 'Credit Card Solution'); define('VAL_STR_CCDEPOSIT_NAME', 'Card Solution');
define('VAL_STR_CCDEPOSIT_LOGO', 'img/credit-card-deposit-solution.png'); define('VAL_STR_CCDEPOSIT_LOGO', 'img/card-solution-new.png');
define('VAL_STR_CCDEPOSIT_METHOD', 'CCD'); define('VAL_STR_CCDEPOSIT_METHOD', 'CCD');
/** /**
* Validate Status -- anton * Validate Status -- anton
...@@ -636,7 +637,7 @@ define('VAL_STR_WITHDRAW', 'Withdrawal Application'); ...@@ -636,7 +637,7 @@ define('VAL_STR_WITHDRAW', 'Withdrawal Application');
// HELP2PAY // HELP2PAY
define('VAL_STR_H2P_NAME','Local Bank Transfer (Southeast Asia)'); define('VAL_STR_H2P_NAME','Local Bank Transfer (Southeast Asia)');
define('VAL_STR_H2P_LOGO','img'.DIRECTORY_SEPARATOR.'local_bank.png'); define('VAL_STR_H2P_LOGO','img'.DIRECTORY_SEPARATOR.'local_bank-new.png');
define('VAL_STR_H2P_FEE','2.80'); define('VAL_STR_H2P_FEE','2.80');
define('VAL_STR_H2P_TRANSACTIONFEE','Commission'); define('VAL_STR_H2P_TRANSACTIONFEE','Commission');
define('VAL_STR_H2P_METHOD','H2P'); define('VAL_STR_H2P_METHOD','H2P');
......
...@@ -129,6 +129,6 @@ define('VAR_CUP_PERHOUR_LIMIT_AMOUNT', VAL_INT_10); ...@@ -129,6 +129,6 @@ define('VAR_CUP_PERHOUR_LIMIT_AMOUNT', VAL_INT_10);
define('VAL_STR_FLAT3_FEE',VAL_INT_5); define('VAL_STR_FLAT3_FEE',VAL_INT_5);
define('VAL_STR_LBTF3_FEE',VAL_INT_4); define('VAL_STR_LBTF3_FEE',VAL_INT_4);
define('VAL_STR_JPV_FEE',VAL_INT_5); define('VAL_STR_JPV_FEE',VAL_INT_5);
define('VAL_STR_CCDEPOSIT_FEE', 6); define('VAL_STR_CCDEPOSIT_FEE', 7);
?> ?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment