From 3ea1d09298ecbc224b4982a993c7ec3cabd488e3 Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Mon, 9 Feb 2015 15:17:47 +0500 Subject: [PATCH] [#369] move loadbar to the bottom --- vendor/assets/stylesheets/loading-bar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/assets/stylesheets/loading-bar.scss b/vendor/assets/stylesheets/loading-bar.scss index ca9ed85b7..73085a471 100644 --- a/vendor/assets/stylesheets/loading-bar.scss +++ b/vendor/assets/stylesheets/loading-bar.scss @@ -45,10 +45,10 @@ $loading-bar-bg: #254561; // #dff0d8; background: $loading-bar-bg; position: fixed; z-index: 2000; - top: 0; + top: 99%; left: 0; width: 100%; - height: 3px; + height: 4px; border-bottom-right-radius: 1px; border-top-right-radius: 1px; }