more tweaks - hazelnut starts to look like something
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 27 Mar 2013 15:25:26 +0000 (16:25 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 27 Mar 2013 15:25:26 +0000 (16:25 +0100)
plugins/hazelnut/hazelnut.css
plugins/hazelnut/hazelnut.js

index a72e6a0..ffe36fb 100644 (file)
@@ -25,7 +25,7 @@ div.Hazelnut table.dataTable td, div.Hazelnut table.dataTable textarea, div.Haze
 div.Hazelnut table.dataTable td {
     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: #f0fff0;
+    background-color: #f4f4f4;
 }
 div.Hazelnut table.dataTable td a {
     font-weight:normal;
index 182c79e..55c4e54 100644 (file)
        actual_options = {
             // Customize the position of Datatables elements (length,filter,button,...)
            // we use a fluid row on top and another on the bottom, making sure we take 12 grid elt's each time
-           sDom: "<'row-fluid'<'span1'r><'span4'l><'span7'f>>t<'row-fluid'<'span4'i><'span8'p>>",
+           sDom: "<'row-fluid'<'span5'l><'span1'r><'span6'f>>t<'row-fluid'<'span4'i><'span8'p>>",
             sPaginationType: 'bootstrap',
             // Handle the null values & the error : Datatables warning Requested unknown parameter
             // http://datatables.net/forums/discussion/5331/datatables-warning-...-requested-unknown-parameter/p2