]> git.evergreen-ils.org Git - contrib/Conifer.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)
committerDan Scott <dan@coffeecode.net>
Tue, 7 Jan 2020 20:23:44 +0000 (15:23 -0500)
commitff1815723792d5b427deda53bc3deddad2ef8764
tree9f17ab86b2cf12dfe30bdec1306403170f53c421
parente17b38aa35c2d604fd0a88aab21c4a12a539a9d8
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>
Open-ILS/src/templates/staff/css/circ.css.tt2