https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30383
Ray Delahunty <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Ray Delahunty <[email protected]> --- Created attachment 159150 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159150&action=edit CSS used to lock down 2 columns. We wanted two columns to be set to fixed width and our support company added some CSS to the IntranetUsercss feature we don't have access to (we see a link to it residing on the server). No promises it would work elsewhere without a tweak, but it looks good for us. table#table_1.sorted.dataTable.no-footer > thead >tr >th:nth-child(2){ width:250px; } table#table_1.sorted.dataTable.no-footer > thead >tr > th:nth-child(10){ min-width: 180px; max-width: 180px; } table#table_1.sorted.dataTable.no-footer > tbody >tr > td:nth-child(2){ width: 250px; } table#table_1.sorted.dataTable.no-footer > tbody >tr > td:nth-child(10){ min-width: 180px; max-width: 180px; } table#table_2.sorted.dataTable.no-footer > thead >tr >th:nth-child(2) { width: 250px; } table#table_2.sorted.dataTable.no-footer > thead >tr >th:nth-child(10){ min-width: 180px; max-width: 180px; } table#table_2.sorted.dataTable.no-footer > tbody >tr >td:nth-child(2){ width: 250px; } table#table_2.sorted.dataTable.no-footer > tbody >tr >td:nth-child(10){ min-width: 180px; max-width: 180px; } table#table_3.sorted.dataTable.no-footer > thead >tr >th:nth-child(2) { width: 250px; } table#table_3.sorted.dataTable.no-footer > thead >tr >th:nth-child(10) { min-width: 180px; max-width: 180px; } table#table_3.sorted.dataTable.no-footer > tbody >tr >td:nth-child(2){ width: 250px; } table#table_3.sorted.dataTable.no-footer > tbody >tr >td:nth-child(10){ min-width: 180px; max-width: 180px; } table#table_4.sorted.dataTable.no-footer > thead >tr >th:nth-child(2) { width: 250px; } table#table_4.sorted.dataTable.no-footer > thead >tr >th:nth-child(10) { min-width: 180px; max-width: 180px; } table#table_4.sorted.dataTable.no-footer > tbody >tr >td:nth-child(2){ width: 250px; } table#table_4.sorted.dataTable.no-footer > tbody >tr >td:nth-child(10){ min-width: 180px; max-width: 180px; } table#table_5.sorted.dataTable.no-footer > thead >tr >th:nth-child(2) { width: 250px; } table#table_5.sorted.dataTable.no-footer > thead >tr >th:nth-child(10) { min-width: 180px; max-width: 180px; } table#table_5.sorted.dataTable.no-footer > tbody >tr >td:nth-child(2){ width: 250px; } table#table_5.sorted.dataTable.no-footer > tbody >tr >td:nth-child(10){ min-width: 180px; max-width: 180px; } table#table_6.sorted.dataTable.no-footer > thead >tr >th:nth-child(2) { width: 250px; } table#table_6.sorted.dataTable.no-footer > thead >tr >th:nth-child(10) { min-width: 180px; max-width: 180px; } table#table_6.sorted.dataTable.no-footer > tbody >tr >td:nth-child(2){ width: 250px; } table#table_6.sorted.dataTable.no-footer > tbody >tr >td:nth-child(10){ min-width: 180px; max-width: 180px; } table#table_7.sorted.dataTable.no-footer > thead >tr >th:nth-child(2) { width: 250px; } table#table_7.sorted.dataTable.no-footer > thead >tr >th:nth-child(10) { min-width: 180px; max-width: 180px; } table#table_7.sorted.dataTable.no-footer > tbody >tr >td:nth-child(2){ width: 250px; } table#table_7.sorted.dataTable.no-footer > tbody >tr >td:nth-child(10){ min-width: 180px; max-width: 180px; } table#table_8.sorted.dataTable.no-footer > thead >tr >th:nth-child(2) { width: 250px; } table#table_8.sorted.dataTable.no-footer > thead >tr >th:nth-child(10) { min-width: 180px; max-width: 180px; } table#table_8.sorted.dataTable.no-footer > tbody >tr >td:nth-child(2){ width: 250px; } table#table_8.sorted.dataTable.no-footer > tbody >tr >td:nth-child(10){ min-width:180px; max-width: 180px; } table.sorted.dataTable.no-footer > tbody >tr >td:nth-child(2) >div.suggestion_note{ width: 250px; height: fit-content; overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-word; } -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
