Issue 2874 fixed. Site edit page input style cosmetic issue.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12650 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-01-31 09:34:10 +00:00
parent 22188a6077
commit 228c8d7f71
4 changed files with 3 additions and 5 deletions

View file

@ -2371,11 +2371,9 @@ jQuery(function($){
jQuery(function($){
_alert = alert;
alert = function(){
return $.xeMsgBox.alert.apply($.xeMsgBox, arguments);
}
setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500);
});