add Add to collection buttons

This commit is contained in:
Luke Pulverenti 2015-01-23 23:50:45 -05:00
parent 9b452f3b53
commit 218e086d94
19 changed files with 481 additions and 214 deletions

View file

@ -1042,3 +1042,17 @@ h1 + .accentButton {
.dashboardFooter .appLinks img {
height: 16px;
}
.supporterPromotion {
margin: 1em 0;
}
@media all and (min-width: 1200px) {
.supporterPromotion {
position: absolute;
top: 70px;
right: 20px;
margin: 0;
}
}