Merge pull request #1007 from WhaleWatching/fix_clear_location
Fix clear-float location
This commit is contained in:
commit
862d89d4a5
@ -51,7 +51,7 @@
|
||||
.removeClass('tabactive');
|
||||
}
|
||||
});
|
||||
$container.append($submenu);
|
||||
$container.children('.clearfloat').before($submenu);
|
||||
setTimeout(function () {
|
||||
self.resize();
|
||||
}, 4);
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user