jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/mediainfo/mediainfo.css
2016-09-15 02:23:39 -04:00

61 lines
1.0 KiB
CSS

.mediaInfoItem {
margin: 0 1em 0 0;
}
.mediaInfoIconItem {
width: auto;
height: auto;
font-size: 1.6em;
margin-right: .6em;
}
.mediaInfoItem:last-child {
margin-right: 0;
}
.starRatingContainer {
display: flex;
align-items: center;
justify-content: center;
vertical-align: middle;
padding-top: 0;
padding-bottom: 0;
}
.starIcon {
color: #CB272A;
width: auto !important;
height: auto !important;
font-size: 1.4em;
}
.mediaInfoCriticRating {
padding-left: 1.5em;
background-position: left center;
background-repeat: no-repeat;
background-size: auto 1.2em;
min-height: 1.2em;
display: flex;
align-items: center;
}
.mediaInfoCriticRatingFresh {
background-image: url(fresh.png);
}
.mediaInfoCriticRatingRotten {
background-image: url(rotten.png);
}
.mediaInfoTimerIcon {
color: #CB272A;
}
.mediaInfoProgramAttribute {
color: #fff;
text-transform: uppercase;
padding: .16em .6em;
border-radius: .15em;
font-size: 80%;
}