LP#1662319: zindex Tweak in Patron Account
authorKathy Lussier <klussier@masslnc.org>
Tue, 7 Feb 2017 05:06:10 +0000 (00:06 -0500)
committerMike Rylander <mrylander@gmail.com>
Mon, 13 Feb 2017 15:26:32 +0000 (10:26 -0500)
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@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/css/circ.css.tt2

index c676744..9bae6c0 100644 (file)
@@ -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);
 }