From: Mike Risher Date: Tue, 18 Aug 2020 23:23:40 +0000 (+0000) Subject: lp1724008 Patron registration title X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=232a35b00cad5257f09d97d8a409bf55b5363a42;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 modified: Open-ILS/src/templates/staff/circ/patron/register.tt2 modified: Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 modified: Open-ILS/src/templates/staff/css/circ.css.tt2 Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates/staff/circ/patron/register.tt2 b/Open-ILS/src/templates/staff/circ/patron/register.tt2 index 0df6f9e5fa..40914e5555 100644 --- a/Open-ILS/src/templates/staff/circ/patron/register.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/register.tt2 @@ -19,10 +19,6 @@ angular.module('egCoreMod').run(['egStrings', function(s) { }]); - [% END %]
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 index 2fff639b67..bc71f4282a 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -1,7 +1,7 @@ [% DOC_IMG = '/images/question-mark.png' %] -
+
diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2 index 2ac4d9b5d3..809806fd39 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -136,12 +136,8 @@ but the ones I'm finding aren't quite cutting it..*/ font-weight: normal; } -.patron-reg-fixed-bar { - position: fixed; - top:50px; - right: 20px; - left: 20px; - padding-top: 20px; +.patron-reg-bar { + padding-top: 35px; padding-bottom: 10px; z-index: 1; background-color: rgba(255,255,255,1);