Skip to content
Snippets Groups Projects
Commit 1ae770aa authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#724 - improved table width

parent 01d08329
No related branches found
No related tags found
No related merge requests found
...@@ -24,14 +24,10 @@ ...@@ -24,14 +24,10 @@
} }
#transaction-import-list { #transaction-import-list {
width: 90%; width: 95%;
margin: auto; margin: auto;
} }
#table-transaction-rows {
width: 100%;
}
#table-transaction-rows_filter input { #table-transaction-rows_filter input {
height: 1rem; height: 1rem;
border: none; border: none;
......
...@@ -14,8 +14,6 @@ $(document).ready(function() ...@@ -14,8 +14,6 @@ $(document).ready(function()
scrollX: true, scrollX: true,
scrollY: true, scrollY: true,
columnDefs: [ columnDefs: [
{ width: '30%', targets: 2},
{ width: '30%', targets: 3},
{ orderable: false, targets: 5} { orderable: false, targets: 5}
], ],
language: { search: '' , searchPlaceholder: localizedSearch}, language: { search: '' , searchPlaceholder: localizedSearch},
......
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
<#macro renderCsvTransactions> <#macro renderCsvTransactions>
<div id="transaction-import-list"> <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> <thead>
<tr> <tr>
<td class="bold">${locale.getString("transactions.import.status")}</td> <td class="bold">${locale.getString("transactions.import.status")}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment