improve footer and add language selector

This commit is contained in:
Laura Klünder 2016-12-21 23:18:02 +01:00
parent 35056bfaf6
commit c9299b3cf3
7 changed files with 71 additions and 24 deletions

View file

@ -9,3 +9,19 @@ h1 {
.login .container {
max-width:420px;
}
footer {
text-align:center;
}
.languages {
margin-bottom:0;
height:2px;
}
.languages button {
text-transform:none;
font-weight:normal;
margin-top:0 !important;
border-width:0 !important;
padding:0;
}

View file

@ -19,6 +19,8 @@
<h1>c3nav access control</h1>
{% block content %}
{% endblock %}
{% include 'site/footer.html' %}
</div>
{% compress js %}