From: Mike Risher Date: Tue, 25 Aug 2020 22:05:17 +0000 (+0000) Subject: lp1724008 Patron registration title X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cb1eefb9a03f0e2264297f40f1f0d162a6a80cbb;p=working%2FEvergreen.git lp1724008 Patron registration title 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 Changes to be committed: modified: Open-ILS/src/templates/staff/css/circ.css.tt2 --- diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2 index 2ac4d9b5d3..7f330dcda4 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -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); }