update listviews

This commit is contained in:
Luke Pulverenti 2016-07-16 01:05:40 -04:00
parent 3197c48232
commit 1032fa887e
54 changed files with 2271 additions and 376 deletions

View file

@ -24,17 +24,17 @@ i.mediaInfoItem {
.starRatingContainer i {
color: #CB272A;
width: 3vh;
height: 3vh;
font-size: 3vh;
width: auto !important;
height: auto !important;
font-size: 120%;
}
.mediaInfoItem.criticRating {
padding-left: 3.15vh;
padding-left: 1.5em;
background-position: left center;
background-repeat: no-repeat;
background-size: auto 2.6vh;
min-height: 2.6vh;
background-size: auto 1.2em;
min-height: 1.2em;
display: flex;
align-items: center;
}
@ -68,10 +68,4 @@ i.mediaInfoItem {
width: 4vh;
height: 4vh;
font-size: 4vh;
}
.layout-tv .starRatingContainer i {
width: 3.4vh;
height: 3.4vh;
font-size: 3.4vh;
}
}