changes related to frames and posters view in pandora
This commit is contained in:
parent
8c55821431
commit
a57d5c368a
2 changed files with 16 additions and 17 deletions
|
@ -1606,6 +1606,21 @@ Video
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.OxPosterMarker {
|
||||||
|
position: absolute;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.OxPosterMarkerCenter {
|
||||||
|
position: absolute;
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.OxPosterMarkerLeft,
|
||||||
|
.OxPosterMarkerRight {
|
||||||
|
position: absolute;
|
||||||
|
background: rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
.OxVideoEditor {
|
.OxVideoEditor {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
@ -1617,7 +1632,6 @@ Video
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.OxTimelineLarge {
|
.OxTimelineLarge {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 72px;
|
height: 72px;
|
||||||
|
@ -1819,21 +1833,6 @@ Video
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.OxVideoPlayer .OxPosterMarker {
|
|
||||||
position: absolute;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.OxVideoPlayer .OxPosterMarkerCenter {
|
|
||||||
position: absolute;
|
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
.OxVideoPlayer .OxPosterMarkerLeft,
|
|
||||||
.OxVideoPlayer .OxPosterMarkerRight {
|
|
||||||
position: absolute;
|
|
||||||
background: rgba(0, 0, 0, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.OxVideoPlayer .OxResolution {
|
.OxVideoPlayer .OxResolution {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
|
@ -106,7 +106,7 @@ Ox.IconItem = function(options, self) {
|
||||||
that.$gradient = $('<div>')
|
that.$gradient = $('<div>')
|
||||||
.css({
|
.css({
|
||||||
//top: (-self.options.size / 2) + 'px',
|
//top: (-self.options.size / 2) + 'px',
|
||||||
width: self.options.width + 'px',
|
width: self.options.size + 'px',
|
||||||
height: (self.options.size / 2) + 'px'
|
height: (self.options.size / 2) + 'px'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue