add activity log feature

This commit is contained in:
Luke Pulverenti 2014-08-10 18:13:17 -04:00
parent 4ca20d409b
commit 69682bd717
13 changed files with 367 additions and 119 deletions

View file

@ -521,6 +521,13 @@
}
}
@media all and (min-width: 1920px) {
.homePageBackdropCard {
width: 20%;
}
}
/** homePageSquareCard */
.homePageSquareCard .cardPadder {
@ -546,6 +553,13 @@
}
}
@media all and (min-width: 1000px) {
.homePageSquareCard {
width: 20%;
}
}
@media all and (min-width: 1200px) {
.homePageSquareCard {
@ -553,6 +567,27 @@
}
}
@media all and (min-width: 1600px) {
.homePageSquareCard {
width: 14.285714285714285714285714285714%;
}
}
@media all and (min-width: 1280px) {
.homePageSquareCard {
width: 14.285714285714285714285714285714%;
}
}
@media all and (min-width: 1920px) {
.homePageSquareCard {
width: 12.5%;
}
}
/** homePagePortraitCard */
.homePagePortraitCard .cardPadder {
@ -592,6 +627,20 @@
}
}
@media all and (min-width: 1600px) {
.homePagePortraitCard {
width: 12.5%;
}
}
@media all and (min-width: 1920px) {
.homePagePortraitCard {
width: 11.111111111111111111111111111111%;
}
}
/** homePageSmallBackdropCard */
.homePageSmallBackdropCard .cardPadder {
@ -630,3 +679,10 @@
width: 16.666666666666666666666666666667%;
}
}
@media all and (min-width: 1600px) {
.homePageSmallBackdropCard {
width: 14.285714285714285714285714285714%;
}
}