Merge pull request #1007 from WhaleWatching/fix_clear_location

Fix clear-float location
This commit is contained in:
Michal Čihař 2014-03-06 09:27:09 +01:00
commit 862d89d4a5
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
.removeClass('tabactive');
}
});
$container.append($submenu);
$container.children('.clearfloat').before($submenu);
setTimeout(function () {
self.resize();
}, 4);

View File

@ -1785,8 +1785,8 @@ class PMA_Util
}
$tab_navigation .=
'</ul>' . "\n"
. '<div class="clearfloat"></div>'
'<div class="clearfloat"></div>'
. '</ul>' . "\n"
. '</div>' . "\n";
return $tab_navigation;