Wallets: show up to 14 wallets on one page

This commit is contained in:
David A. Harding 2017-05-09 14:23:32 -04:00
parent 0d98dddbf7
commit 0f99b7b4a4
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -1694,7 +1694,7 @@ button.active {
} }
.wallets{ .wallets{
width:605px; width:705px;
height:250px; height:250px;
text-align:left; text-align:left;
position:relative; position:relative;
@ -1714,7 +1714,7 @@ button.active {
vertical-align:top; vertical-align:top;
font-size:16px; font-size:16px;
} }
.wallets>div:nth-child(1n+13){ .wallets>div:nth-child(1n+15){
display:none; display:none;
} }
.wallets>div>a{ .wallets>div>a{