added timeline view

This commit is contained in:
Luke Pulverenti
2013-05-15 08:05:07 -04:00
parent 3637ebf93a
commit 064af8cfee
10 changed files with 156 additions and 31 deletions
+8
View File
@@ -575,6 +575,10 @@ a.itemTag:hover {
text-align: center;
}
.timelineItemsContainer {
text-align: left;
}
@media all and (min-width: 1200px) {
.scenePosterViewItem img {
@@ -670,3 +674,7 @@ a.itemTag:hover {
.tileItem .itemProgressText {
display: none;
}
.timelineHeader {
margin-bottom: .25em;
}