--- a/src/p4l/static/p4l/css/p4l.css Fri Oct 11 14:39:20 2013 +0200
+++ b/src/p4l/static/p4l/css/p4l.css Fri Oct 11 14:59:58 2013 +0200
@@ -142,10 +142,14 @@
}
/* Set the fixed height of the footer here */
-#push,footer {
+footer {
height: 70px;
}
+#push {
+ height: 90px;
+}
+
.footer-img {
padding: 10px 0;
}
--- a/src/p4l/templates/p4l/base.html Fri Oct 11 14:39:20 2013 +0200
+++ b/src/p4l/templates/p4l/base.html Fri Oct 11 14:59:58 2013 +0200
@@ -46,7 +46,7 @@
{% block content %}
{% endblock %}
</div>
- <div id="push"></div>
+ <div id="push"> </div>
</div>
<footer>
<div class="container row">
--- a/src/p4l/templates/p4l/record_update_form.html Fri Oct 11 14:39:20 2013 +0200
+++ b/src/p4l/templates/p4l/record_update_form.html Fri Oct 11 14:59:58 2013 +0200
@@ -253,4 +253,5 @@
</div>
</div>
</form>
+</div>
{% endblock %}