# HG changeset patch # User ymh # Date 1381496398 -7200 # Node ID 1f277ab0c1639ed8d83d211effb1ab2400a1c4d2 # Parent c7c0ca93c6ff608ad6d57083669366212379ec29 Correct missing div + margin at the bottonm of the record view and edit page diff -r c7c0ca93c6ff -r 1f277ab0c163 src/p4l/static/p4l/css/p4l.css --- 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; } diff -r c7c0ca93c6ff -r 1f277ab0c163 src/p4l/templates/p4l/base.html --- 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 %} -
+