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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user