1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Background on login page

This commit is contained in:
Alexandre Iooss
2019-07-17 19:33:51 +02:00
parent 51ad354e0b
commit d6791d8d5e
3 changed files with 1535 additions and 1 deletions

View File

@ -135,6 +135,11 @@ input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=bu
text-align: center !important;
}
/* Background on login page */
body.login {
background: #f8f8f8 url("../images/login_bg.svg") no-repeat center top !important;
}
/* Dashboard should take all page */
.dashboard #content {
width: auto;