diff --git a/services/web/public/img/lion-128.png b/services/web/public/img/lion-128.png new file mode 100644 index 0000000000..8660218b7b Binary files /dev/null and b/services/web/public/img/lion-128.png differ diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 8ece90b586..ac985ff76d 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -50,15 +50,22 @@ } .loading-screen { + h3 { + padding-top: 136px; + background-image: url(/img/lion-128.png); + background-repeat: no-repeat; + background-position: top center; + } .full-size; background-color: #fafafa; .container { text-align: center; position: absolute; - top: 30%; + top: 50%; left: 50%; width: 400px; margin-left: -200px; + margin-top: -140px; } }