Bug 31927 - Use bigger font-size for bibliographic information on staff details page
Summary: Use bigger font-size for bibliographic information on staff details page
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on: 30952
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-22 10:41 UTC by Katrin Fischer
Modified: 2023-12-28 20:43 UTC (History)
4 users (show)

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


Attachments
Bug 31927: Use bigger font-size for bibliographic information on staff details page (1.20 KB, patch)
2022-10-24 12:28 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 31927: Use bigger font-size for bibliographic information on staff details page (1.25 KB, patch)
2022-10-24 19:26 UTC, David Nind
Details | Diff | Splinter Review
Bug 31927: Use bigger font-size for bibliographic information on staff details page (1.31 KB, patch)
2022-10-24 19:37 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2022-10-22 10:41:44 UTC
The bibliographic details are rather small and hard to read. This is important for libraries, it should be a little easier/bigger :)
Comment 1 Barbara Johnson 2022-10-22 18:48:36 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.
Comment 2 Owen Leonard 2022-10-24 12:28:40 UTC
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.
Comment 3 David Nind 2022-10-24 19:26:48 UTC
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>
Comment 4 David Nind 2022-10-24 19:30:34 UTC
+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.
Comment 5 Katrin Fischer 2022-10-24 19:37:39 UTC
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>
Comment 6 Katrin Fischer 2022-10-24 19:37:56 UTC
Also effects results, much better, thanks!
Comment 7 Tomás Cohen Arazi 2022-10-24 20:23:35 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!