rework media versions to be based on original item id
This commit is contained in:
parent
fd0c1ec8ae
commit
7a9d65a367
10 changed files with 95 additions and 104 deletions
|
@ -866,7 +866,6 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
.mediaInfoStreamType {
|
||||
font-size: 16px;
|
||||
display: block;
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -874,14 +873,12 @@ a.itemTag:hover {
|
|||
.mediaInfoAttribute {
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
.mediaInfoLabel {
|
||||
color: #aaa;
|
||||
margin-right: 1em;
|
||||
display: inline-block;
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
.posterRibbon {
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#videoControls {
|
||||
z-index: 99999;
|
||||
padding: 0 20px 10px;
|
||||
padding: 0 20px 5px;
|
||||
height: 80px;
|
||||
position: absolute;
|
||||
top: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue