Use a more detailed privacy score for each wallet (thanks @harding @gmaxwell @mikehearn)

This commit is contained in:
Saivann 2014-07-22 17:41:19 -04:00
parent 627fdb08c7
commit cab06e22d1
4 changed files with 226 additions and 50 deletions

View file

@ -254,6 +254,7 @@ h2 .rssicon{
left:0;
right:15px;
}
.wallets>div>div>h2:first-child+div+div+div>div>div>div,
.wallets>div>div>h2:first-child+div+div+div>div>div>p{
left:auto;
right:30px
@ -308,9 +309,14 @@ h2 .rssicon{
padding-right:0;
margin-right:0;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div{
padding:8px 22px 8px 0;
background-position:right 7px;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div:hover>div{
margin-right:0;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>div,
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>p{
left:0;
right:-20px;