diff --git a/alplora/static/alplora/css/alplora.css b/alplora/static/alplora/css/alplora.css index d77a228a..12be8406 100755 --- a/alplora/static/alplora/css/alplora.css +++ b/alplora/static/alplora/css/alplora.css @@ -72,6 +72,7 @@ h6 { height: 100%; width: 100%; top: 0; + left: 0; z-index: 0; display: none; } diff --git a/alplora/static/alplora/css/loader.css b/alplora/static/alplora/css/loader.css index 79b4fcca..8f349aaa 100755 --- a/alplora/static/alplora/css/loader.css +++ b/alplora/static/alplora/css/loader.css @@ -8,8 +8,18 @@ left: 0; background: #fefefe; z-index: 100000; + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; display: flex; + -webkit-justify-content: center; + -ms-flex-pack: center; justify-content: center; + -webkit-box-align: center; + -moz-box-align: center; + -ms-flex-align: center; + -webkit-align-items: center; align-items: center; }