1
0
Fork 0
forked from 0x2620/oxjs

fix a bug where the interface of a block video timeline would be stacked above a dialog

This commit is contained in:
rlx 2011-11-02 09:03:11 +00:00
commit dfe12646e6
3 changed files with 37 additions and 22 deletions

View file

@ -44,12 +44,10 @@ Ox.SmallVideoTimeline = function(options, self) {
})
.addClass('OxInterface')
.css({
position: 'absolute',
left: self.interfaceLeft + 'px',
top: self.interfaceTop + 'px',
width: self.interfaceWidth + 'px',
height: '20px',
zIndex: 11
})
.bind({
mousedown: mousedown