From 52b7cb7e3e876c9fbc7d5b5f1733daaa7070689a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 8 Dec 2015 20:41:25 +0100 Subject: More responsive design + more flat design --- .../templates/ishtar/blocks/window_tables/dynamic_documents.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html') diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html index 27e1d3f82..76172d3ac 100644 --- a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html +++ b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html @@ -34,7 +34,8 @@ setTimeout( emptyrecords: "{{no_result}}", loadtext: "{{loading}}", pager: '#pager_{{name}}', - width:720, + width: null, + shrinkToFit: false, rowNum:20, jsonReader : {repeatitems: false}, loadError: function (jqXHR, textStatus, errorThrown) { -- cgit v1.2.3