Fix check icon position on the wallet menu

This commit is contained in:
Saivann 2014-08-07 15:10:33 -04:00
parent 72adadb49a
commit ae25251b6e
4 changed files with 8 additions and 8 deletions

View file

@ -1217,12 +1217,12 @@ table td,table th{
.walletmenu ul li ul li a{
background-image:url(/img/wallet_select.svg);
background-repeat:no-repeat;
background-position:-18px center;
background-position:-32px center;
padding:8px 10px 5px 10px;
margin:1px 0;
}
.walletmenu ul li ul li.select a{
background-position:94% center;
background-position:right center;
}
.walletmenu .wallet-mobile{
background-image:url(/img/wallet_menu_mobile.svg);