forked from 0x2620/oxjs
fix form validation bug
This commit is contained in:
parent
be4d7c9124
commit
4bb3196c03
3 changed files with 15 additions and 10 deletions
|
|
@ -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]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue