diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-08 20:41:25 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-08 20:41:25 +0100 |
| commit | 52b7cb7e3e876c9fbc7d5b5f1733daaa7070689a (patch) | |
| tree | 5c8bc0f4f7016a079c8f3e14e21402da39ed1e54 /ishtar_common/templates/ishtar/blocks/window_tables | |
| parent | 0643970751d46b73a7d1c48a6ef6593e7d43c8bc (diff) | |
| download | Ishtar-52b7cb7e3e876c9fbc7d5b5f1733daaa7070689a.tar.bz2 Ishtar-52b7cb7e3e876c9fbc7d5b5f1733daaa7070689a.zip | |
More responsive design + more flat design
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_tables')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |
