fix aud search on center

This commit is contained in:
Your Name
2026-05-11 15:12:34 +03:00
parent 54534ee490
commit 9491909f24
61 changed files with 1049 additions and 2774 deletions

View File

@@ -75,6 +75,23 @@ table {
width: 110px;
}
td.aud-col, th.aud-col {
width: 70px;
min-width: 70px;
max-width: 70px;
}
td.num-col, th.num-col {
width: 40px;
min-width: 40px;
max-width: 40px;
text-align: center;
}
td.inv-col, th.inv-col {
width: auto;
}
.inv {
width: 400px;
}
@@ -169,6 +186,16 @@ table {
border: 1px solid #000000;
padding: 5px;
font-size: 12pt;
word-break: normal;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
}
td.inv-col, th.inv-col {
width: 100px;
min-width: 100px;
max-width: 100px;
}
table.rs-table-bordered {