Finalised CSS rules for the Ajax notification division. It now centers correctly and handles not very large messages pretty well.

This commit is contained in:
ninadsp
2010-08-04 22:58:05 +05:30
parent 3d1a420a6f
commit 7acb4cb99d
3 changed files with 43 additions and 3 deletions

View File

@@ -1771,8 +1771,11 @@ function PMA_ajaxShowMessage(message, timeout) {
if( !ajax_message_init) {
$(function(){
$('<div id="loading_parent"></div>')
.insertBefore("#serverinfo");
$('<span id="loading" class="ajax_notification"></span>')
.insertBefore("#serverinfo")
.appendTo("#loading_parent")
.html(msg)
.slideDown('medium')
.delay(to)