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