From 3787bdea549baaec7bd036fff6fa5509b60d879d Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 10 Feb 2017 16:10:45 +0100 Subject: [PATCH] WIP of modern login page: - Fix wrong backup background-image url --- pixelegg/css/mobile.css | 2 +- pixelegg/css/pixelegg.css | 2 +- pixelegg/less/layout_loginPage.less | 2 +- pixelegg/mobile/fw_mobile.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index d6b2ad9b25..718a28eeb9 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -1670,7 +1670,7 @@ body { border: none; margin: 0 auto 0px; background-color: white; - background-image: url(../images/login/fullscreen.jpg); + background-image: url(../../api/templates/default/images/login_background.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 8225becdb9..1abba7f361 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -1659,7 +1659,7 @@ body { border: none; margin: 0 auto 0px; background-color: white; - background-image: url(../images/login/fullscreen.jpg); + background-image: url(../../api/templates/default/images/login_background.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; diff --git a/pixelegg/less/layout_loginPage.less b/pixelegg/less/layout_loginPage.less index 407486c7b2..8f23f1bb6d 100644 --- a/pixelegg/less/layout_loginPage.less +++ b/pixelegg/less/layout_loginPage.less @@ -39,7 +39,7 @@ border: none; margin: 0 auto 0px; background-color: white; - background-image: url(../images/login/fullscreen.jpg); + background-image: url(../../api/templates/default/images/login_background.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 0e5351a4cc..882cba0104 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -1681,7 +1681,7 @@ body { border: none; margin: 0 auto 0px; background-color: white; - background-image: url(../images/login/fullscreen.jpg); + background-image: url(../../api/templates/default/images/login_background.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover;