Bug 12322 - Use col and colgroup in tables
Summary: Use col and colgroup in tables
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-28 11:25 UTC by paxed
Modified: 2014-05-28 11:25 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paxed 2014-05-28 11:25:10 UTC
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.