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

Evergreen Git git at git.evergreen-ils.org
Mon Feb 13 10:18:49 EST 2017


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  b7f6960894a8132557f1678d9a189d856c4abb7c (commit)
      from  bb0007e94e89d7ca1ef3725bcd97734fa2a86247 (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 b7f6960894a8132557f1678d9a189d856c4abb7c
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Tue Feb 7 00:06:10 2017 -0500

    LP#1662319: zindex Tweak in Patron Account
    
    The Other menu in a patron's account was dropping down behind the specify due
    date input box. A tweak to the zindex for the Patron Account tabs was needed
    for the menu to display in front of the input box.
    
    Test plan:
    Retrieve a patron in the web client. To the right of the Patron Account tabs,
    click the Other dropdown menu. The menu will appear behind due date input.
    Depending on the browser / screen resolution, it may also hide one of the
    options in the dropdown menu. After the patch is loaded, the menu should display in front of the input as expected.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.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 c676744..9bae6c0 100644
--- a/Open-ILS/src/templates/staff/css/circ.css.tt2
+++ b/Open-ILS/src/templates/staff/css/circ.css.tt2
@@ -32,7 +32,7 @@ but the ones I'm finding aren't quite cutting it..*/
     left: 45px;
     padding-top: 20px;
     padding-top: 10px;
-    z-index: 1;
+    z-index: 3;
     background-color: rgba(255,255,255,1);
 }
 

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

Summary of changes:
 Open-ILS/src/templates/staff/css/circ.css.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list