Skip to content
Snippets Groups Projects
Unverified Commit d6791d8d authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Background on login page

parent 51ad354e
No related branches found
No related tags found
No related merge requests found
Pipeline #7637 passed with stage
in 2 minutes and 25 seconds
......@@ -13,7 +13,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
{% endblock %}
{% block extrahead %}{{ block.super }}
{# Load Django Admin datetime widget #}
{# Load Django Admin widgets #}
<script type="text/javascript" src="{% url 'admin:jsi18n' %}"></script>
<script type="text/javascript" src="{% static 'admin/js/core.js' %}"></script>
{{ form.media }}
......
......@@ -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;
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment