screen: Add default styles for Exchanges page

This commit is contained in:
Will Binns 2017-01-22 14:11:34 -06:00
parent 8e1955c501
commit db3bffbbd8
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404

View file

@ -1464,6 +1464,31 @@ button.active {
bottom:-6px;
}
.exchanges{
margin-bottom:40px;
text-align:left;
font-size:0;
}
.exchanges div{
border-top:1px solid #e0e0e0;
}
.exchanges div:first-child,.exchanges div div{
border-top:0;
}
.exchanges div div{
width:278px;
font-size:16px;
display:inline-block;
vertical-align:top;
}
.exchanges img{
margin-right:5px;
width:24px;
height:24px;
position:relative;
bottom:-6px;
}
.resourcesmore{
text-align:center;
margin-top:40px;