[Bug 33121] New: Form labels not large enough
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33121 Bug ID: 33121 Summary: Form labels not large enough Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: fridolin.somers@biblibre.com QA Contact: testopia@bugs.koha-community.org In forms like OPAC personal details, the label may be bigger than the dedicated place. The label then overlaps the field. This happens for example in Dutch where 'Library card number' is 'Bibliotheekkaartnummer'. I see German translation on purpose uses shorter labels like 'Sekundäre Telefonnr.:'. Currently the CSS rule defines 9rem for labels. I've managed to rise, for OPAC personal details, to 14rem with the following rules : body#opac-patron-update fieldset.rows .label, fieldset.rows label { width: 14rem; } body#opac-patron-update fieldset.rows div.required_label.required { margin-left: 15rem; } body#opac-patron-update fieldset.rows div.label { width: 14rem; } I'm not sure it is enough to propose a patch on CSS rules. Waiting for feedbacks please. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33121 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We have problems in several parts of Koha because of the longer names in German. I think what we subconsciously do in development is to make things look pretty for English, but that sometimes means that things get too narrow or too inflexible for other languages. We use a set of CSS rules in OpacUserCSS and IntranetUserCSS to fix some of those spots, but it means that Koha doesn't look nice out of the box. I'd love if there was a solution to have the forms reshape for different label lengths. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33121 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Created attachment 178032 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178032&action=edit Screenshot of patron add form on main in fr-CA Could we consider making the forms larger (and responsive for smaller screens)?On my screen, the patron add form takes up 1/5 of the width of the screen, and 1/3 of the space allocated to the form. (see attached screenshot) I feel like the space could be put to use better -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33121 --- Comment #3 from Fridolin Somers <fridolin.somers@biblibre.com> --- Owen, what do you think of it ? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33121 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Form labels not large |OPAC form labels not large |enough |enough -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33121 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- See the latest version of the library add/edit form in the staff interface and the work at this branch: https://gitlab.com/koha-dev/koha-dev/-/commits/wip-admin-form-grids for a look at my current plan for upgrading forms. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33121 --- Comment #5 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- I'd love to have a look but I don't know how to test with a remote branch like that. Are there instructions somewhere? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org