http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12322 Bug ID: 12322 Summary: Use col and colgroup in tables Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: pasi.kallinen@pttk.fi QA Contact: testopia@bugs.koha-community.org Any of the larger tables in the templates should have a colgroup containing col-tags for the columns, with appropriate classes for them. Currently styling a table column means you have to count the column number and then use the nth-child() css selector - which is impossible if the table has different number of columns depending on sysprefs or the available data in the table. -- You are receiving this mail because: You are watching all bug changes.