[Koha-bugs] [Bug 33121] New: Form labels not large enough

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 2 22:14:44 CET 2023


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 at myacpl.org
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list