mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
62 lines
1.0 KiB
CSS
62 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;
|
|
background: #EF6C00;
|
|
padding: .16em .6em;
|
|
border-radius: .15em;
|
|
font-size: 80%;
|
|
}
|