From 37d5a82196c28865694798e3c0597e0cdc434ddc Mon Sep 17 00:00:00 2001 From: Kload Date: Sat, 23 Nov 2013 13:02:55 +0100 Subject: [PATCH] Fixes --- css/style.css | 8 ++++++++ index.html | 1 - js/app.js | 28 +++++++++++++++++++++++----- 3 files changed, 31 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 33a0e825..653fbabf 100644 --- a/css/style.css +++ b/css/style.css @@ -70,3 +70,11 @@ body .page-header { div.br { height: 30px; } + +div.loader-content { + position: fixed; + bottom: 0; + padding: 30px; + right: 0; + z-index: 2000; +} diff --git a/index.html b/index.html index e5943814..9748f124 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,6 @@