7ee3f69740
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.
21 lines
330 B
CSS
21 lines
330 B
CSS
.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;
|
|
}
|