1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/mediainfo/mediainfo.css

61 lines
1 KiB
CSS
Raw Normal View History

2016-05-12 01:58:05 -04:00
.mediaInfoItem {
margin: 0 1em 0 0;
}
2016-08-02 01:55:52 -04:00
.mediaInfoIconItem {
2016-07-16 17:28:15 -04:00
width: auto;
height: auto;
font-size: 1.6em;
2016-05-12 01:58:05 -04:00
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;
}
2016-08-02 01:55:52 -04:00
.starIcon {
color: #CB272A;
width: auto !important;
height: auto !important;
font-size: 1.4em;
}
2016-05-12 01:58:05 -04:00
2016-08-02 01:55:52 -04:00
.mediaInfoCriticRating {
2016-07-16 01:05:40 -04:00
padding-left: 1.5em;
2016-05-12 01:58:05 -04:00
background-position: left center;
background-repeat: no-repeat;
2016-07-16 01:05:40 -04:00
background-size: auto 1.2em;
min-height: 1.2em;
2016-05-12 01:58:05 -04:00
display: flex;
align-items: center;
}
2016-08-02 01:55:52 -04:00
.mediaInfoCriticRatingFresh {
2016-05-12 01:58:05 -04:00
background-image: url(fresh.png);
}
2016-08-02 01:55:52 -04:00
.mediaInfoCriticRatingRotten {
2016-05-12 01:58:05 -04:00
background-image: url(rotten.png);
}
2016-08-02 01:55:52 -04:00
.mediaInfoTimerIcon {
2016-05-12 01:58:05 -04:00
color: #CB272A;
}
.mediaInfoProgramAttribute {
2016-06-17 09:06:13 -04:00
color: #fff;
2016-05-12 01:58:05 -04:00
text-transform: uppercase;
2016-08-30 00:33:24 -04:00
padding: .16em .6em;
border-radius: .15em;
2016-09-07 16:11:16 -04:00
font-size: 80%;
2016-08-04 22:03:15 -04:00
}