lp1724008 Patron registration title user/mrisher/lp1724008-patron-register-title-v2
authorMike Risher <mrisher@catalyte.io>
Tue, 25 Aug 2020 22:05:17 +0000 (22:05 +0000)
committerMike Risher <mrisher@catalyte.io>
Tue, 25 Aug 2020 22:05:17 +0000 (22:05 +0000)
With some screen sizes the navbar wraps to two or more lines and
this osbscures the title of the patron registration screen.
Address this issue so that it becomes visible.

Signed-off-by: Mike Risher <mrisher@catalyte.io>
 Changes to be committed:
modified:   Open-ILS/src/templates/staff/css/circ.css.tt2

Open-ILS/src/templates/staff/css/circ.css.tt2

index 2ac4d9b..7f330dc 100644 (file)
@@ -141,9 +141,9 @@ but the ones I'm finding aren't quite cutting it..*/
     top:50px;
     right: 20px;
     left: 20px;
-    padding-top: 20px;
+    padding-top: 55px;
     padding-bottom: 10px;
-    z-index: 1;
+    z-index: 3;
     background-color: rgba(255,255,255,1);
 }