Commit e3116dfc by Dányi Bence

webui: footer added to base template

fixes #71
parent ac437662
...@@ -270,3 +270,12 @@ textarea::-moz-placeholder{ ...@@ -270,3 +270,12 @@ textarea::-moz-placeholder{
textarea:-ms-input-placeholder{ textarea:-ms-input-placeholder{
color: @placeholderColor; color: @placeholderColor;
} }
body > footer {
width: 100%;
text-align: center;
border-top: 1px solid #888;
box-shadow:0 0 30px rgba(0,0,0,0.4);
margin:0;
background-color: white;
}
...@@ -61,6 +61,13 @@ ...@@ -61,6 +61,13 @@
{% block content %}{% endblock %} {% block content %}{% endblock %}
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<footer>
<a href="/impressum/">{% trans "Impressum" %}</a>|
<a href="/policy/">{% trans "Policy" %}</a>|
<a href="/help/">{% trans "Help" %}</a>|
<a href="/support">{% trans "Support" %}</a><br />
© Copyright 2013
</footer>
<div id="modal" style="display: none"> <div id="modal" style="display: none">
<div id="shadow"></div> <div id="shadow"></div>
<div id="modal-container"> <div id="modal-container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment