improve footer and add language selector
This commit is contained in:
parent
35056bfaf6
commit
c9299b3cf3
7 changed files with 71 additions and 24 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
<h1>c3nav access control</h1>
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
{% include 'site/footer.html' %}
|
||||
</div>
|
||||
|
||||
{% compress js %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue