Merge pull request #629 from bitcoin/walletsscale

Only display wallets for selected platform
This commit is contained in:
saivann 2014-11-03 09:52:17 -05:00
commit 971b224c59
3 changed files with 100 additions and 58 deletions

View file

@ -1277,17 +1277,46 @@ table td,table th{
.wallets{
width:605px;
height:250px;
text-align:left;
position:relative;
margin:auto;
padding:40px 0 20px 0;
font-size:0;
opacity:1;
-moz-transition:opacity 400ms ease-out;
-webkit-transition:opacity 400ms ease-out;
transition:opacity 400ms ease-out;
}
.wallets.disabled{
opacity:0;
}
.wallets>div{
display:inline-block;
display:none;
vertical-align:top;
font-size:16px;
}
.wallets>div:nth-child(1n){
display:inline-block;
}
.wallets>div:nth-child(1n+13){
display:none;
}
.wallets>div:first-child,
.wallets>div:first-child+div,
.wallets>div:first-child+div+div,
.wallets>div:first-child+div+div+div,
.wallets>div:first-child+div+div+div+div,
.wallets>div:first-child+div+div+div+div+div,
.wallets>div:first-child+div+div+div+div+div+div,
.wallets>div:first-child+div+div+div+div+div+div+div,
.wallets>div:first-child+div+div+div+div+div+div+div+div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div{
/*IE8 Support*/
display:inline-block;
}
.wallets>div>a,
.wallets>div>a:visited,
.wallets>div>a:link,
@ -1307,18 +1336,6 @@ table td,table th{
-webkit-transition:opacity 400ms ease-out;
transition:opacity 400ms ease-out;
}
.wallets>div.disabled>a{
cursor:default;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
opacity:0.2;
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter:alpha(opacity=20), gray;
}
.wallets>div>a>span{
display:none;
position:absolute;
@ -2316,9 +2333,7 @@ h2 .rssicon{
}
.wallets{
width:auto;
}
.wallets>div.disabled{
display:none;
height:auto;
}
.wallets>div:hover>span{
display:none;