The branch, master has been updated via a6dc747df1404a0029f8d1f60c22a6549cdd94ef (commit) from 06a3aea995af0457f87dd8a4af516c8ca7f89aad (commit)
- Log ----------------------------------------------------------------- commit a6dc747df1404a0029f8d1f60c22a6549cdd94ef Author: Rouslan Placella rouslan@placella.com Date: Wed Nov 23 18:24:47 2011 +0000
Fix regression from commit dab7a58304edd88a913ebe12435ce62e29ccff17
-----------------------------------------------------------------------
Summary of changes: js/functions.js | 1 + themes/original/css/theme_right.css.php | 1 - themes/pmahomme/css/theme_right.css.php | 1 - 3 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/js/functions.js b/js/functions.js index 23c484e..f921f95 100644 --- a/js/functions.js +++ b/js/functions.js @@ -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( diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 28ba2e8..7c12c14 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -883,7 +883,6 @@ div#tablestatistics table { top: 0; left: 0; width: 100%'; - z-index: 500; }
#serverinfo { diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 2c7acd8..f5174c6 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -1094,7 +1094,6 @@ div#tablestatistics table { top: 0; left: 0; width: 100%'; - z-index: 500; }
#serverinfo {
hooks/post-receive