diff --git a/BudgetMasterServer/src/main/resources/static/css/transactionImport.css b/BudgetMasterServer/src/main/resources/static/css/transactionImport.css index 49d8793cc24051bb29bff8d104e596e346ab4c8d..1b674849e6a3e76f7386a6e23d3ddd9e7653a039 100644 --- a/BudgetMasterServer/src/main/resources/static/css/transactionImport.css +++ b/BudgetMasterServer/src/main/resources/static/css/transactionImport.css @@ -24,14 +24,10 @@ } #transaction-import-list { - width: 90%; + width: 95%; margin: auto; } -#table-transaction-rows { - width: 100%; -} - #table-transaction-rows_filter input { height: 1rem; border: none; diff --git a/BudgetMasterServer/src/main/resources/static/js/transactionImport.js b/BudgetMasterServer/src/main/resources/static/js/transactionImport.js index 99038e7b6e28968f71ac7e385c11adbf442b60ee..5c048b1628262116d3bd3d169d80141a70486a57 100644 --- a/BudgetMasterServer/src/main/resources/static/js/transactionImport.js +++ b/BudgetMasterServer/src/main/resources/static/js/transactionImport.js @@ -14,8 +14,6 @@ $(document).ready(function() scrollX: true, scrollY: true, columnDefs: [ - { width: '30%', targets: 2}, - { width: '30%', targets: 3}, { orderable: false, targets: 5} ], language: { search: '' , searchPlaceholder: localizedSearch}, diff --git a/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl b/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl index 11a4beb9df7935cb56fe05cb72bba02b0bcf8d32..6c7e61a0ec12170969b3be73050d715e698c87a3 100644 --- a/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl +++ b/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl @@ -218,7 +218,7 @@ <#macro renderCsvTransactions> <div id="transaction-import-list"> - <table class="bordered centered" id="table-transaction-rows"> + <table class="bordered centered" id="table-transaction-rows" style="width:100%"> <thead> <tr> <td class="bold">${locale.getString("transactions.import.status")}</td>