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({