Fix download button display on mobiles

This commit is contained in:
Saivann 2014-08-11 17:16:51 -04:00
parent b996d785fe
commit 2655bfcd87
2 changed files with 16 additions and 25 deletions

View file

@ -228,21 +228,19 @@ h2 .rssicon{
margin-left:0; margin-left:0;
margin-right:10px; margin-right:10px;
} }
.wallets>div>div>h2:first-child+div+div{
margin:2px 0 8px 0;
}
.wallets>div>div>h2:first-child+div+div>a, .wallets>div>div>h2:first-child+div+div>a,
.wallets>div>div>h2:first-child+div+div>a:visited, .wallets>div>div>h2:first-child+div+div>a:visited,
.wallets>div>div>h2:first-child+div+div>a:link, .wallets>div>div>h2:first-child+div+div>a:link,
.wallets>div>div>h2:first-child+div+div>a:active{ .wallets>div>div>h2:first-child+div+div>a:active{
padding:0 8px; padding:0 8px;
margin:2px 0 8px 0;
} }
.wallets>div>div>h2:first-child+div+div>a:first-child+a, .wallets>div>div>h2:first-child+div+div>a:first-child,
.wallets>div>div>h2:first-child+div+div>a:first-child+a:visited, .wallets>div>div>h2:first-child+div+div>a:first-child:visited,
.wallets>div>div>h2:first-child+div+div>a:first-child+a:link, .wallets>div>div>h2:first-child+div+div>a:first-child:link,
.wallets>div>div>h2:first-child+div+div>a:first-child+a:active{ .wallets>div>div>h2:first-child+div+div>a:first-child:active{
margin-left:0; margin-right:0;
margin-right:10px; margin-left:10px;
} }
.wallets>div>div>h2:first-child+div+div+div+p{ .wallets>div>div>h2:first-child+div+div+div+p{
padding-right:0; padding-right:0;

View file

@ -1424,17 +1424,20 @@ table td,table th{
.wallets>div>div>h2:first-child+div>img{ .wallets>div>div>h2:first-child+div>img{
margin-left:4px; margin-left:4px;
} }
.wallets>div>div>h2:first-child+div+div{ .wallets>div>div>h2:first-child+div+div>a{
margin:10px 0 12px 0; display:inline-block;
padding:0; text-decoration:none;
margin:10px 0;
padding:4px 8px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
} }
.wallets>div>div>h2:first-child+div+div>a:first-child, .wallets>div>div>h2:first-child+div+div>a:first-child,
.wallets>div>div>h2:first-child+div+div>a:first-child:visited, .wallets>div>div>h2:first-child+div+div>a:first-child:visited,
.wallets>div>div>h2:first-child+div+div>a:first-child:link, .wallets>div>div>h2:first-child+div+div>a:first-child:link,
.wallets>div>div>h2:first-child+div+div>a:first-child:active{ .wallets>div>div>h2:first-child+div+div>a:first-child:active{
display:inline-block;
font-weight:bold; font-weight:bold;
text-decoration:none;
color:#fff; color:#fff;
background-color:#2c6fad; background-color:#2c6fad;
background-image:-o-linear-gradient(bottom, #255f96 14%, #2c6fad 70%); background-image:-o-linear-gradient(bottom, #255f96 14%, #2c6fad 70%);
@ -1443,10 +1446,7 @@ table td,table th{
background-image:-ms-linear-gradient(bottom, #255f96 14%, #2c6fad 70%); background-image:-ms-linear-gradient(bottom, #255f96 14%, #2c6fad 70%);
background-image:linear-gradient(bottom, #255f96 14%, #2c6fad 70%); background-image:linear-gradient(bottom, #255f96 14%, #2c6fad 70%);
border:1px solid #255f96; border:1px solid #255f96;
padding:4px 8px; margin-right:10px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
} }
.wallets>div>div>h2:first-child+div+div>a:first-child:hover{ .wallets>div>div>h2:first-child+div+div>a:first-child:hover{
background-image:none; background-image:none;
@ -1455,16 +1455,9 @@ table td,table th{
.wallets>div>div>h2:first-child+div+div>a:first-child+a:visited, .wallets>div>div>h2:first-child+div+div>a:first-child+a:visited,
.wallets>div>div>h2:first-child+div+div>a:first-child+a:link, .wallets>div>div>h2:first-child+div+div>a:first-child+a:link,
.wallets>div>div>h2:first-child+div+div>a:first-child+a:active{ .wallets>div>div>h2:first-child+div+div>a:first-child+a:active{
display:inline-block;
font-weight:normal; font-weight:normal;
text-decoration:none;
color:#255f96; color:#255f96;
border:1px solid #255f96; border:1px solid #255f96;
margin-left:10px;
padding:4px 8px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
} }
.wallets>div>div>h2:first-child+div+div+div{ .wallets>div>div>h2:first-child+div+div+div{
margin:5px 0; margin:5px 0;