diff --git a/app/views/form.server.view.html b/app/views/form.server.view.html index e99221d6..2ff4952c 100644 --- a/app/views/form.server.view.html +++ b/app/views/form.server.view.html @@ -38,7 +38,8 @@ width: 100%; height: 100%; z-index: 9999; - background: url('/static/dist/page-loader.gif') 50% 50% no-repeat rgb(249,249,249); + background: url('/static/dist/page-loader.gif') 50% 35% no-repeat rgb(249,249,249); + background-size: 50px 50px; } diff --git a/app/views/layout.server.view.html b/app/views/layout.server.view.html index 0cb1e3f4..3b30c25b 100755 --- a/app/views/layout.server.view.html +++ b/app/views/layout.server.view.html @@ -36,6 +36,7 @@ + {% for bowerCssFile in bowerCssFiles %}