Background on login page
This commit is contained in:
parent
51ad354e0b
commit
d6791d8d5e
3 changed files with 1535 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
1529
theme/static/images/login_bg.svg
Normal file
1529
theme/static/images/login_bg.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 270 KiB |
Loading…
Add table
Add a link
Reference in a new issue