From f3b751b3bad4e5753cca41d1bd38a49509496d66 Mon Sep 17 00:00:00 2001 From: Mike Risher Date: Tue, 18 Aug 2020 23:23:40 +0000 Subject: [PATCH] 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 --- Open-ILS/src/templates/staff/circ/patron/register.tt2 | 4 ---- Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 | 2 +- Open-ILS/src/templates/staff/css/circ.css.tt2 | 8 ++------ 3 files changed, 3 insertions(+), 11 deletions(-) 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); -- 2.11.0