1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

display rt summary

This commit is contained in:
Luke Pulverenti 2013-05-06 00:50:40 -04:00
parent 4c30399fde
commit 70e4ec0669
5 changed files with 48 additions and 16 deletions

View file

@ -128,6 +128,21 @@
display: inline-block;
}
.criticRatingSummary {
padding: 5px;
font-size: 13px;
background: #555;
margin-top: 1em;
}
.criticRatingSummaryHeader {
text-transform: uppercase;
margin-bottom: 5px;
display: block;
}
@media all and (min-width: 750px) {
.galleryImage {
@ -245,7 +260,7 @@
.detailPageName .itemMiscInfo {
margin-left: 1.5em;
font-family: Arial;
color: #bbb;
color: #ccc;
}
.itemMediaInfo {