update hls timer

This commit is contained in:
Luke Pulverenti 2015-04-18 20:05:36 -04:00
parent d58ac6dcac
commit 0f0fdd1bd1
2 changed files with 12 additions and 1 deletions

View File

@ -48,6 +48,13 @@
margin: 1px;
}
/*@media all and (max-width: 600px) {
.cardBox {
margin: 0;
}
}*/
.grayscale {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
@ -168,6 +175,7 @@
padding: 5px 4px 2px;
text-shadow: none;
font-weight: 400;
line-height: initial;
}
.cardOverlayInner {

View File

@ -887,6 +887,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
color: #fff;
background: rgb(82, 181, 75);
background: rgba(82, 181, 75, .8);
line-height: 16px;
}
.playedIndicator div:after {
@ -1022,10 +1023,12 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.timelineHeader {
margin-bottom: .25em;
line-height: initial;
}
.itemsContainer {
margin: 0 auto;
line-height: 0;
}
.alphabetPicker {