diff --git a/upload/config.php b/upload/config.php index 6cb9e77b8..c0f1eda8a 100644 --- a/upload/config.php +++ b/upload/config.php @@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array(); // Increase number of revision after update $bb_cfg['tp_version'] = '2.1 Stable'; -$bb_cfg['tp_release_state'] = 'R270'; +$bb_cfg['tp_release_state'] = 'R271'; $bb_cfg['tp_release_date'] = '30-08-2011'; // Database diff --git a/upload/templates/default/css/main.css b/upload/templates/default/css/main.css index 815cb4e8b..55bf887ab 100644 --- a/upload/templates/default/css/main.css +++ b/upload/templates/default/css/main.css @@ -886,7 +886,7 @@ a.menu-root, a.menu-root:visited, a.menu-root:hover { * ================================================================ */ var.ajax-params { display: none; } #ajax-loading, #ajax-error { - position: absolute; z-index: 2000; padding: 4px; font-size: 11px; + position: fixed; top:0 !important; z-index: 2000; padding: 4px; font-size: 11px; max-width: 400px; max-height: 200px; white-space: nowrap; display: none; } #ajax-loading { background: rgba(0,0,0, 0.5) url(../images/loading_1.gif) no-repeat center center; border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; float: right; width: 85px; height: 30px;