From 617a8ba846684fe81f2b966495d0b69324e63e3d Mon Sep 17 00:00:00 2001 From: Efthymia Bika <ey8ymia@grnet.gr> Date: Mon, 8 Feb 2016 18:00:09 +0200 Subject: [PATCH] Always position loader in the center --- baas/static/stylesheets/custom.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/baas/static/stylesheets/custom.css b/baas/static/stylesheets/custom.css index 9bd9c2b..3953751 100644 --- a/baas/static/stylesheets/custom.css +++ b/baas/static/stylesheets/custom.css @@ -104,12 +104,13 @@ body legend, .template-list-title { margin-right: 15px; } #loader { - position: absolute; + position: fixed; top: 50%; bottom: 0%; - left: 0; + left: 50%; right: 0%; z-index: 99; + transform: translate(-50%, -50%); } .add-button { margin-bottom: 10px; -- GitLab