genre, studio, person links

This commit is contained in:
Techywarrior 2013-03-27 21:27:15 -07:00
parent 4397d26e20
commit 3e6e5a589c
3 changed files with 96 additions and 4 deletions

View file

@ -447,6 +447,7 @@ form, .readOnlyContent {
.posterViewItemWithDualText .posterViewItemText {
text-align: left;
color: #fff;
}
.posterViewItemWithNoText {
@ -819,6 +820,10 @@ progress {
margin-left: 10px;
display: inline-block;
}
#nowPlayingBar #mediaInfo {display:none;}
@media all and (min-width: 650px) {
#nowPlayingBar #mediaInfo {display:inline-block;}
}
.mediaButton img {
height: 28px;