Add footer with language controls

Also add a project wide global_static directory at the root for storing
project wide static files. Add some translations for the member register
app.
This commit is contained in:
Jan Tuomi
2017-02-06 01:10:25 +02:00
parent c34e31c0e5
commit 7ee3f69740
13 changed files with 176 additions and 125 deletions
+20
View File
@@ -0,0 +1,20 @@
.footer {
text-align: center;
}
#fi-button {
background: url("/static/img/fi.png") no-repeat;
background-size: cover;
}
#en-button {
background: url("/static/img/en.png") no-repeat;
background-size: cover;
}
.lang-button {
height: 20px;
width: 30px;
margin-left: 10px;
margin-right: 10px;
}