hazelnut spacing reviewed
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 5 Oct 2013 05:56:55 +0000 (07:56 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 5 Oct 2013 05:56:55 +0000 (07:56 +0200)
plugins/hazelnut/static/css/hazelnut.css
plugins/hazelnut/templates/hazelnut.html

index 184f02a..31c1184 100644 (file)
@@ -1,7 +1,5 @@
-div.hazelnut-spacer {
-    height:10px;
-    clear: both;
-}
+/* the bottom of the datatable needs more space */
+div.hazelnut-spacer { padding: 8px 4px 15px 4px; }
 
 div.Hazelnut table.dataTable th {
     font: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
index a223d1b..d51776d 100644 (file)
@@ -1,4 +1,4 @@
-<div id='main-{{ domid }}'>
+<div id='main-{{ domid }}' class='hazelnut-spacer'>
   <table class='table table-striped table-bordered dataTable' id='{{domid}}__table'>
     <thead>
       <tr>
@@ -18,4 +18,3 @@
     </tfoot> 
   </table>
 </div>
-<div class="hazelnut-spacer"></div>