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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to