added SupportsExternalStream to MediaStream
This commit is contained in:
parent
fc8386bd9c
commit
002139addb
3 changed files with 44 additions and 25 deletions
|
@ -383,14 +383,19 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
|
||||
.noBackdrop {
|
||||
height: 220px;
|
||||
padding: 3em 0 0;
|
||||
height: auto;
|
||||
margin: 2.5em 0 0;
|
||||
}
|
||||
|
||||
.noBackdrop .itemBackdropContent {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.noBackdrop .itemBackdropContent {
|
||||
position: static;
|
||||
}
|
||||
|
||||
|
||||
.lnkSibling {
|
||||
position: fixed;
|
||||
top: 105px;
|
||||
|
@ -433,6 +438,16 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
top: -26px;
|
||||
}
|
||||
|
||||
.noBackdrop .squareDetailImageContainer {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.noBackdrop .detailImageContainer {
|
||||
position: static;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.itemDetailImage {
|
||||
-moz-box-shadow: 0px 0 20px #000;
|
||||
-webkit-box-shadow: 0px 0 20px #000;
|
||||
|
@ -473,9 +488,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
margin-left: 220px;
|
||||
}
|
||||
|
||||
.detailContentEffectedByImage a {
|
||||
}
|
||||
|
||||
.lastDetailContentEffectedByImage.detailContentEffectedByThumbImage {
|
||||
padding: 0 .5em;
|
||||
}
|
||||
|
@ -488,6 +500,17 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
min-height: 115px;
|
||||
}
|
||||
|
||||
.noBackdrop .detailContentEffectedByImage {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.noBackdrop + .ui-content .lastDetailContentEffectedByImage {
|
||||
margin-top: 0;
|
||||
margin-left: 0;
|
||||
min-height: initial;
|
||||
}
|
||||
|
||||
.parentName {
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
|
@ -610,7 +633,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
.detailSection {
|
||||
vertical-align: top;
|
||||
margin-bottom: 2.5em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.detailCollapsibleSection:not(.hide) + .detailCollapsibleSection {
|
||||
|
@ -770,18 +793,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.noBackdrop {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.noBackdrop .detailImageContainer {
|
||||
display: block;
|
||||
position: static;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.noBackdrop .itemBackdropContent {
|
||||
.noBackdrop .detailImageContainer {
|
||||
display: block;
|
||||
position: static;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue