| Summary: | Accessibility: Increase navbar font size | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Lisette Scheer <lisette> |
| Component: | Staff interface | Assignee: | Lucas Gass (lukeg) <lucas> |
| Status: | CLOSED WONTFIX | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | gmcharlt, lucas |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
13 px font size, current size.
15px, larger font size Bug 34100: Increase font size in staff interface header |
||
Created attachment 152580 [details]
15px, larger font size
Created attachment 152583 [details] [review] Bug 34100: Increase font size in staff interface header To test: 1. Apply patch 2. Regenerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) 3. Look at the font size of the header on different pages in Koha making sure it looks good. 4. Look at different and smaller screen sizes making sure the text and icons look right. The font size in the redesign isn't smaller, it's the same. The bold style was removed because it was less readable with light-on-dark text. I think this kind of issue is best handled with browser controls for changing the zoom on the page. The browser should remember the setting, and users can increase the font size even more than the patch does, if necessary. |
Created attachment 152579 [details] 13 px font size, current size. Reducing the font size, un-bolding the <li>, and adding a dark background has made header text in the staff interface more difficult to read. I'm attaching 2 screenshots, the 13px one is the current size. The 15px image is a mockup of a larger font size with some css for extra padding as well that's more readable. Lisette