Фиксация #ajax-loading и #ajax-error git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@271 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
GTDarkNightmare@gmail.com 2011-08-30 12:07:13 +00:00
commit d5e9fb2498
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
// Increase number of revision after update // Increase number of revision after update
$bb_cfg['tp_version'] = '2.1 Stable'; $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'; $bb_cfg['tp_release_date'] = '30-08-2011';
// Database // Database

View file

@ -886,7 +886,7 @@ a.menu-root, a.menu-root:visited, a.menu-root:hover {
* ================================================================ */ * ================================================================ */
var.ajax-params { display: none; } var.ajax-params { display: none; }
#ajax-loading, #ajax-error { #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; 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; #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;