Summary: | Use bigger font-size for bibliographic information on staff details page | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Staff interface | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | minor | ||
Priority: | P5 - low | CC: | barbara.johnson, david, gmcharlt, lucas |
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: |
22.11.00
|
|
Circulation function: | |||
Bug Depends on: | 30952 | ||
Bug Blocks: | |||
Attachments: |
Bug 31927: Use bigger font-size for bibliographic information on staff details page
Bug 31927: Use bigger font-size for bibliographic information on staff details page Bug 31927: Use bigger font-size for bibliographic information on staff details page |
Description
Katrin Fischer
2022-10-22 10:41:44 UTC
+1 The current font size is super small and very hard to read. A larger font size will increase staff efficiency and reduce eye strain. Created attachment 142496 [details] [review] Bug 31927: Use bigger font-size for bibliographic information on staff details page This patch removes the adusted font size from the definition of the .results_summary spans. The percentage decrease was being multiplied with another rule. To test, apply the patch and rebuild the staff interface CSS. Locate a bibliographic record in the staff client and view the detail page. Confirm that the bibliographic information is displayed in a comfortable size. Also test that catalog search results still look correct. Created attachment 142555 [details] [review] Bug 31927: Use bigger font-size for bibliographic information on staff details page This patch removes the adusted font size from the definition of the .results_summary spans. The percentage decrease was being multiplied with another rule. To test, apply the patch and rebuild the staff interface CSS. Locate a bibliographic record in the staff client and view the detail page. Confirm that the bibliographic information is displayed in a comfortable size. Also test that catalog search results still look correct. Signed-off-by: David Nind <david@davidnind.com> +100 I have one minor suggestion, which is to add some more padding before the row data, as the title and other row content is close to the table border. This would also balance this a bit more with the extra space at the bottom of the row. Created attachment 142557 [details] [review] Bug 31927: Use bigger font-size for bibliographic information on staff details page This patch removes the adusted font size from the definition of the .results_summary spans. The percentage decrease was being multiplied with another rule. To test, apply the patch and rebuild the staff interface CSS. Locate a bibliographic record in the staff client and view the detail page. Confirm that the bibliographic information is displayed in a comfortable size. Also test that catalog search results still look correct. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Also effects results, much better, thanks! Pushed to master for 22.11. Nice work everyone, thanks! |