Fix icons position on mobiles

This commit is contained in:
Saivann 2014-07-17 17:25:27 -04:00
parent 90b9e63026
commit 7f2cc55d5b

View file

@ -2270,7 +2270,8 @@ h2 .rssicon{
visibility:visible; visibility:visible;
} }
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div{ .wallets.walletsmobile>div>div>h2:first-child+div+div+div>div{
line-height:22px; padding:8px 0 8px 22px;
background-position:left 7px;
} }
.wallets.walletsmobile>div>div>h2:first-child+div+div+div+p{ .wallets.walletsmobile>div>div>h2:first-child+div+div+div+p{
padding-right:5px; padding-right:5px;