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>
}]);
</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>
[% 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">
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);