1
0
Fork 0
forked from 0x2620/oxjs

fix form validation bug

This commit is contained in:
rlx 2011-11-02 17:27:20 +00:00
commit 4bb3196c03
3 changed files with 15 additions and 10 deletions

View file

@ -106,13 +106,11 @@ Ox.BlockVideoTimeline = function(options, self) {
// OxTarget and OxSpecialTarget are needed for InfoList
.addClass('OxInterface OxTarget OxSpecialTarget')
.css({
position: 'absolute',
top: '2px',
width: Math.round(self.options.duration) + 'px',
height: '20px',
marginLeft: (-i * self.options.width) + 'px',
//background: 'rgba(255, 0, 0, 0.1)',
zIndex: 11
})
.appendTo(self.$lines[i]);
}