changes related to frames and posters view in pandora

This commit is contained in:
rlx 2011-06-07 03:16:25 +00:00
parent 8c55821431
commit a57d5c368a
2 changed files with 16 additions and 17 deletions

View file

@ -1606,6 +1606,21 @@ Video
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 {
overflow-x: hidden;
overflow-y: auto;
@ -1617,7 +1632,6 @@ Video
}
.OxTimelineLarge {
position: absolute;
height: 72px;
@ -1819,21 +1833,6 @@ Video
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 {
position: absolute;
right: 0;

View file

@ -106,7 +106,7 @@ Ox.IconItem = function(options, self) {
that.$gradient = $('<div>')
.css({
//top: (-self.options.size / 2) + 'px',
width: self.options.width + 'px',
width: self.options.size + 'px',
height: (self.options.size / 2) + 'px'
});