Fix regression from commit dab7a58304

This commit is contained in:
Rouslan Placella 2011-11-23 18:24:47 +00:00
parent 06a3aea995
commit a6dc747df1
3 changed files with 1 additions and 2 deletions

View File

@ -3704,6 +3704,7 @@ $(document).ready(function() {
$(document).ready(function () {
if ($("#floating_menubar").length) {
$("#floating_menubar")
.css('z-index', 500)
.append($('#serverinfo'))
.append($('#topmenucontainer'));
$('body').css(

View File

@ -883,7 +883,6 @@ div#tablestatistics table {
top: 0;
left: 0;
width: 100%';
z-index: 500;
}
#serverinfo {

View File

@ -1094,7 +1094,6 @@ div#tablestatistics table {
top: 0;
left: 0;
width: 100%';
z-index: 500;
}
#serverinfo {