[open-ils-commits] [GIT] Evergreen ILS branch master updated. 411ca2231362f4c3e05efb4ff6f6312157e199f6

Evergreen Git git at git.evergreen-ils.org
Mon Jul 20 17:42:00 EDT 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  411ca2231362f4c3e05efb4ff6f6312157e199f6 (commit)
      from  ed29fd725f9dda61ae9d2ef27a76292eb4a86dec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 411ca2231362f4c3e05efb4ff6f6312157e199f6
Author: Dan Scott <dan at coffeecode.net>
Date:   Tue Jan 7 15:05:06 2020 -0500

    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 at coffeecode.net>
    Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2
index 3e445816b8..2ac4d9b5d3 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);
 }

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/staff/css/circ.css.tt2 | 6 ------
 1 file changed, 6 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list