Correct missing div + margin at the bottonm of the record view and edit page
authorymh <ymh.work@gmail.com>
Fri, 11 Oct 2013 14:59:58 +0200
changeset 150 1f277ab0c163
parent 149 c7c0ca93c6ff
child 151 8d74009f8f46
Correct missing div + margin at the bottonm of the record view and edit page
src/p4l/static/p4l/css/p4l.css
src/p4l/templates/p4l/base.html
src/p4l/templates/p4l/record_update_form.html
--- 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">&nbsp;</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 %}