auth : add background for auth page

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2068 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-04-19 10:13:04 +00:00
parent b9d5add7b6
commit a7b76d153e

View File

@@ -31,6 +31,9 @@ class auth
$res .= "$baseURL/public/css/bootstrap.css'/>\n";
$res .= " <style type='text/css'>\n";
$res .= "body { padding-top: 40px; padding-bottom: 40px;";
$res .= "background-attachment: fixed; background-position: top;";
$res .= "background-image: radial-gradient(ellipse at center -60px, ";
$res .= "#9da1ac 0%,#1c202a 100%);";
$res .= " background-color: #eee; }\n";
$res .= ".form-signin { max-width: 330px;padding:15px;margin:0 auto;}\n";
$res .= ".form-signin .form-signin-heading, .form-signin .checkbox {";