lp1724008 Patron registration title user/mccanna/lp1724008-patron-register-title-signoff
authorMike Risher <mrisher@catalyte.io>
Tue, 18 Aug 2020 23:23:40 +0000 (23:23 +0000)
committerTerran McCanna <tmccanna@georgialibraries.org>
Fri, 21 Aug 2020 19:42:37 +0000 (15:42 -0400)
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>
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 <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/circ/patron/register.tt2
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
Open-ILS/src/templates/staff/css/circ.css.tt2

index 0df6f9e..40914e5 100644 (file)
@@ -19,10 +19,6 @@ angular.module('egCoreMod').run(['egStrings', function(s) {
 }]);
 </script>
 <link rel="stylesheet" href="[% ctx.base_path %]/staff/css/circ.css" />
-<style>
-  /* add room for the fixed navigation elements */
-  #top-content-container { padding-top: 170px; }
-</style>
 [% END %]
 
 <div ng-view></div>
index 2fff639..bc71f42 100644 (file)
@@ -1,7 +1,7 @@
 [% DOC_IMG = '/images/question-mark.png' %]
 
 <!-- register banner -->
-<div ng-if="!patron_id" ng-class='{"patron-reg-fixed-bar":!offline}'>
+<div ng-if="!patron_id" ng-class='{"patron-reg-bar":!offline}'>
 
   <div class="container-fluid" style="text-align:center">
     <div class="alert alert-info alert-less-pad strong-text-2">
index 2ac4d9b..809806f 100644 (file)
@@ -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);