]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1805860: Display long patron names without obscuring input fields
authorDan Scott <dan@coffeecode.net>
Tue, 7 Jan 2020 20:05:06 +0000 (15:05 -0500)
committerChris Burton <cburton@nflibrary.ca>
Thu, 10 Sep 2020 16:01:35 +0000 (12:01 -0400)
commitf10a8dddbd6d6cbc9d685a122444cd1945d4d593
tree4821f3b2a1ad162e5b180ce58af777ec3c93b30a
parentd24e4233d20ff1a08d5e26354c9f9383dcc6fbf4
LP1805860: Display long patron names without obscuring input fields

Long patron names can obscure the input fields and menu items on patron
action screens. The only workaround is to reduce the font size using the
browser controls until the input fields and menu items are visible.

While the fixed position saves space at the top of the screen for
typical cases, it can be hard for staff to remember the font-reduction
workaround when they hit a long patron name.

Removing the fixed position CSS also better supports the display of
regular patron names on browsers that are not wide enough to display the
top menu (Search/Circulation/Cataloging/.../Workstation name/Locale) all
on a single line.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/css/circ.css.tt2