From: Dan Scott Date: Tue, 7 Jan 2020 20:05:06 +0000 (-0500) Subject: LP1805860: Display long patron names without obscuring input fields X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ea7ef280a2c618699f23a82f8a638b0fd48763d6;p=evergreen%2Fpines.git 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 Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2 index 0ebca35f73..acb178ad23 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -39,12 +39,6 @@ but the ones I'm finding aren't quite cutting it..*/ } #patron-fixed-tabs { - position: fixed; - top: 50px; - right: 15px; - left: 45px; - padding-top: 20px; - padding-top: 10px; z-index: 4; background-color: rgba(255,255,255,1); }