From 6202bb346b54380d6f56fa5c90e776ad10d40d73 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Sat, 27 Jan 2018 15:46:37 +0300 Subject: [PATCH] fixed #199 --- public/css/app.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index cb372d682..a313b2148 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -252,14 +252,14 @@ div.required .control-label:not(span):after, td.required:after { } .login-page { - background-image: url('../img/login.jpg'); - background-size: cover; - background-repeat: no-repeat; - background-position: center center; + background: url('../img/login.jpg') no-repeat center center fixed; height: 100%; width: 100%; padding: 5% 0; - position: fixed; + background-size: cover; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; } .login-logo img {