mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
r271
Фиксация #ajax-loading и #ajax-error git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@271 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
8aaf313eb1
commit
d5e9fb2498
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue