Fix login and dashboard for display on mobiles

This commit is contained in:
ErikKalkoken
2020-02-15 20:10:30 +01:00
parent 564a25e578
commit 9976ecc2aa
4 changed files with 112 additions and 43 deletions

View File

@@ -3,8 +3,8 @@
{% block page_title %}Login{% endblock %}
{% block middle_box_content %}
<p style="text-align:center">
<a href="{% url 'auth_sso_login' %}{% if request.GET.next %}?next={{request.GET.next}}{%endif%}">
<img src="{% static 'img/sso/EVE_SSO_Login_Buttons_Large_Black.png' %}" border=0>
<a href="{% url 'auth_sso_login' %}{% if request.GET.next %}?next={{request.GET.next}}{%endif%}">
<img class="img-responsive" src="{% static 'img/sso/EVE_SSO_Login_Buttons_Large_Black.png' %}" border=0>
</a>
</p>
{% endblock %}