From d5e9fb24987a747ca01894706fb9be609f5ddf3c Mon Sep 17 00:00:00 2001 From: "GTDarkNightmare@gmail.com" Date: Tue, 30 Aug 2011 12:07:13 +0000 Subject: [PATCH] r271 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Фиксация #ajax-loading и #ajax-error git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@271 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 2 +- upload/templates/default/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;