(trunk clutch) #2272: Web UI list items do not "match" in FF 3.5

This commit is contained in:
Charles Kerr
2009-07-13 14:03:17 +00:00
parent 96e5b24aa2
commit b3bd122108
2 changed files with 3 additions and 3 deletions

View File

@@ -310,7 +310,7 @@
if ( transMenuSettings.arrow_char ) {
var arrow_markup = $("<span class='arrow'>" + transMenuSettings.arrow_char + '</span>');
// Mozilla float/position hack
if ($.browser.mozilla) {
if ($.browser.mozilla && +$.browser.version.replace(/\./g,'').slice(0,3) < 191) {
arrow_markup.css('margin-top', '-13px');
}
$('div.inner div.outerbox', this).before(arrow_markup);