diff --git a/_less/screen.less b/_less/screen.less index ad960541..b6908866 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -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,#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; diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index add98e9a..b027d80f 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -701,7 +701,7 @@ wallets: -