Summary: | Title column in item search is too narrow | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Cataloging | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Nick Clemens (kidclamp) <nick> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dominic.pichette, m.de.rooy, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 19348: Title column in item search is too narrow
Bug 19348: Title column in item search is too narrow Bug 19348: Title column in item search is too narrow Bug 19348: Title column in item search is too narrow |
Description
Katrin Fischer
2017-09-20 12:15:32 UTC
Created attachment 67234 [details] [review] Bug 19348: Title column in item search is too narrow This patch adds IDs to the item search results table header so that columns can be targeted by CSS or JS. The CSS for the item search page has been modified to give the title column a minimum width. To test, apply the patch and clear your browser cache if necessary. Perform an item search and confirm that the title column stays at a reasonable width. Created attachment 67333 [details] [review] Bug 19348: Title column in item search is too narrow This patch adds IDs to the item search results table header so that columns can be targeted by CSS or JS. The CSS for the item search page has been modified to give the title column a minimum width. To test, apply the patch and clear your browser cache if necessary. Perform an item search and confirm that the title column stays at a reasonable width. Created attachment 67334 [details] [review] Bug 19348: Title column in item search is too narrow This patch adds IDs to the item search results table header so that columns can be targeted by CSS or JS. The CSS for the item search page has been modified to give the title column a minimum width. To test, apply the patch and clear your browser cache if necessary. Perform an item search and confirm that the title column stays at a reasonable width. Signed-off-by: Dominic Pichette <dominic@inlibro.com> Created attachment 68278 [details] [review] Bug 19348: Title column in item search is too narrow This patch adds IDs to the item search results table header so that columns can be targeted by CSS or JS. The CSS for the item search page has been modified to give the title column a minimum width. To test, apply the patch and clear your browser cache if necessary. Perform an item search and confirm that the title column stays at a reasonable width. Signed-off-by: Dominic Pichette <dominic@inlibro.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 17.11, thanks to everybody involved! This might be interesting for backporting (almost a bug). |