slightly improved line above and below video

This commit is contained in:
rlx 2012-04-17 13:52:45 +00:00
parent 3ecfcd0f3f
commit 7d3ea51e4b

View file

@ -250,8 +250,8 @@ Ox.VideoTimelinePlayer = function(options, self) {
top: self.margin / 2 - 1 + 'px',
width: self.videoWidth + 'px',
height: self.tileHeight + 'px',
borderTop: '1px solid rgba(255, 255, 255, 0.5)',
borderBottom: '1px solid rgba(255, 255, 255, 0.5)',
borderTop: '1px solid rgb(128, 128, 128)',
borderBottom: '1px solid rgb(128, 128, 128)',
background: 'rgb(0, 0, 0)'
})
.appendTo(self.$timelines[self.videoLines[1]][0]);
@ -284,8 +284,8 @@ Ox.VideoTimelinePlayer = function(options, self) {
top: self.margin / 2 - 1 + 'px',
width: self.videoWidth + 'px',
height: self.tileHeight + 'px',
borderTop: '1px solid rgba(255, 255, 255, 0.5)',
borderBottom: '1px solid rgba(255, 255, 255, 0.5)',
borderTop: '1px solid rgb(128, 128, 128)',
borderBottom: '1px solid rgb(128, 128, 128)',
background: 'rgb(0, 0, 0)',
zIndex: 5
})