We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b92594 commit d1cf8bdCopy full SHA for d1cf8bd
1 file changed
web/js/model.js
@@ -21,7 +21,7 @@ App.Model.WEB_DOMAIN.loadList = function()
21
App.Model.MAIL.loadList = function()
22
{
23
//App.Ajax.request('MAIL.getList', {}, App.View.listItems);
24
- App.Ref.CONTENT.html('<center><h1 style="padding-top: 20px;font-size: 28px;">Under maintanance</h1></center>');
+ App.Ref.CONTENT.html('<center><h1 style="padding-top: 20px; font-size: 28px; position: absolute; margin-left: 351px; color: white; text-shadow: 2px 1px 1px rgb(65, 124, 213);">Under maintanance</h1><img width="900px" src="http://dev.vestacp.com:8083/images/Asteroid_Vesta.jpg"></center>');
25
}
26
27
App.Model.DB.loadList = function()
0 commit comments