hazelnut spacing reviewed
[myslice.git] / plugins / hazelnut / static / css / hazelnut.css
index dc3c175..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;
@@ -27,7 +25,7 @@ div.Hazelnut table.dataTable td, div.Hazelnut table.dataTable textarea, div.Haze
     border-bottom: 1px solid #C1DAD7;
 }
 div.Hazelnut table.dataTable td {
-    padding-left: 4px 8px 4px 8px;
+    padding: 4px 8px 4px 8px;
     /* this applies on even rows only, odd ones have a setting in bootstrap of rbg 249.249.249 */
     background-color: #f4f4f4;
 }