Minor fixes.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-20 18:01:02 -03:00
parent 509a31a4ed
commit f49448d22f
2 changed files with 1 additions and 2 deletions

View File

@@ -158,6 +158,7 @@ editor.WaitDialog = new Class({
width: '400px'
});
var img = new Element('img', {'src': 'images/ajax-loader.gif'});
img.setStyle('margin-top', '15px');
img.inject(result);
return result;
},