From 0a049f0b2c5cf2dcf958fa23d0ff152a0d0f650e Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 7 Mar 2011 23:26:36 +0000 Subject: [PATCH] fix positioning of timecodes in video editor players --- build/css/ox.ui.css | 5 ++++- build/js/ox.ui.js | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/build/css/ox.ui.css b/build/css/ox.ui.css index f79a54f0..8da59905 100644 --- a/build/css/ox.ui.css +++ b/build/css/ox.ui.css @@ -1500,10 +1500,13 @@ Video .OxVideoPlayer > .OxBar .OxButton, .OxVideoPlayer > .OxBar .OxInput, .OxVideoPlayer > .OxBar .OxLabel { - //padding: 0; -moz-border-radius: 0; -webkit-border-radius: 0; } +.OxVideoPlayer > .OxBar .OxInput, +.OxVideoPlayer > .OxBar .OxLabel { + padding: 0; +} .OxVideoPlayer > .OxBar .OxLabel { //width: 22px; //background: rgb(32, 32, 32); diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index a91b4d35..ebfe6552 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -14091,9 +14091,13 @@ requires }) .appendTo(self.$controls) + // fixme: strange positioning hack self.$positionInput.css({ width: '98px' }); + $.browser.mozilla && self.$positionInput.css({ + marginTop: '-19px' + }); // fixme: children doesnt work w/o $element self.$positionInput.$element.children('.OxLabel').each(function(i, element) { $(this).css({