diff options
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 827bad98..7ec335d5 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -188,7 +188,7 @@ }); }, 'createdRow': function ( row, data, index ) { - $('td', row).eq(0).attr("style", "text-align: center; padding: 0px 10px 2px 10px;"); + $('td', row).eq(0).attr("style", "text-align: center; padding: 0px 10px 2px 13px;"); $('td', row).eq(1).attr("align", "right"); $('td', row).eq(1).attr('data-export', index+1); $('td', row).eq(2).attr('data-export', $('td', row).eq(2).text()); @@ -227,7 +227,7 @@ 'columns': [ { 'data': null, - 'width': "25px", + 'width': "10px", 'orderDataType': "dom-checkbox", 'orderable': false, 'render': function(data, type, row, meta) { @@ -420,4 +420,4 @@ }); </script> -{% endblock %}
\ No newline at end of file +{% endblock %} |