Wallets: Fee Scoring: Add icons & adjust CSS

This commit is contained in:
David A. Harding 2017-04-20 12:47:34 -04:00
parent 3508a3087b
commit 60a49735ce
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
7 changed files with 187 additions and 4 deletions

View file

@ -1699,7 +1699,7 @@ button.active {
text-align:left;
position:relative;
margin:auto;
padding:40px 0 20px 0;
padding:60px 0 20px 0;
font-size:0;
opacity:1;
-moz-transition:opacity 400ms ease-out;
@ -1766,7 +1766,7 @@ button.active {
display:inline-block;
position:absolute;
padding:20px;
top:-352px;
top:-382px;
left:-20px;
right:-20px;
-moz-transition:opacity 400ms ease-out;
@ -1786,7 +1786,7 @@ button.active {
}
.wallets>div:nth-child(1n+7)>div,
.wallets>div:nth-child(1n+7)>span{
top:-222px;
top:-252px;
}
.wallets>div:nth-child(1n+13)>div,
.wallets>div:nth-child(1n+13)>span{
@ -1991,6 +1991,16 @@ button.active {
.wallets .checkenvironment.checkfail{
background-image:url(/img/icons/check_environment_fail.svg);
}
.wallets .checkfees.checkpass,
.wallets .checkfees.checkgood{
background-image:url(/img/icons/check_fees_pass.svg);
}
.wallets .checkfees.checkfail{
background-image:url(/img/icons/check_fees_fail.svg);
}
.wallets .checkfees.checkneutral{
background-image:url(/img/icons/check_fees_neutral.svg);
}
.wallets .checkprivacy.checkpass,
.wallets .checkprivacy.checkgood{
background-image:url(/img/icons/check_privacy_pass.svg);
@ -2017,7 +2027,7 @@ button.active {
.wallets.nohover>div.active:hover>span{
opacity:1;
width:auto;
height:350px;
height:400px;
visibility:visible;
overflow:visible;
}