From f472b74457f1097d41719f3e3d439f8612ff1267 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 11 Apr 2017 03:39:07 -0700 Subject: [PATCH] resized loading indicator --- app/views/form.server.view.html | 3 ++- app/views/layout.server.view.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 %}