From 6734904442d453d0f92620df1779cc5d62dca3c5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 4 Apr 2013 15:09:57 +0200 Subject: [PATCH] cosmetic - info requires more space when filtering is on --- plugins/hazelnut/hazelnut.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hazelnut/hazelnut.js b/plugins/hazelnut/hazelnut.js index 55c4e542..4274bb9f 100644 --- a/plugins/hazelnut/hazelnut.js +++ b/plugins/hazelnut/hazelnut.js @@ -118,7 +118,7 @@ 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'<'span5'l><'span1'r><'span6'f>>t<'row-fluid'<'span4'i><'span8'p>>", + sDom: "<'row-fluid'<'span5'l><'span1'r><'span6'f>>t<'row-fluid'<'span5'i><'span7'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 -- 2.43.0