genre, studio, person links
This commit is contained in:
parent
4397d26e20
commit
3e6e5a589c
3 changed files with 96 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue