From: Mike Risher Date: Fri, 13 Mar 2020 23:56:56 +0000 (+0000) Subject: lp1724008 nav bar wraps X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=14cb0ad5a1b779b979650d78dec30fc72ddebc6c;p=working%2FEvergreen.git lp1724008 nav bar wraps With some screen sizes the navbar wraps to two or more lines and this osbscures content on the page. Address this issue so that content at the top of the page remains visible. Signed-off-by: Mike Risher Changes to be committed: modified: Open-ILS/src/templates/staff/circ/patron/index.tt2 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 modified: Open-ILS/src/templates/staff/css/style.css.tt2 --- diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/search-filter/search-filter-group-entries.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/search-filter/search-filter-group-entries.component.html index 43dc7629e8..a2950c89fb 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/search-filter/search-filter-group-entries.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/search-filter/search-filter-group-entries.component.html @@ -20,7 +20,7 @@ (onClick)="deleteSelected($event)"> - + diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index a36c758953..47818defad 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -81,14 +81,6 @@ angular.module('egCoreMod').run(['egStrings', function(s) { }]); - - - - [% END %]
diff --git a/Open-ILS/src/templates/staff/circ/patron/register.tt2 b/Open-ILS/src/templates/staff/circ/patron/register.tt2 index 0df6f9e5fa..8a004da98f 100644 --- a/Open-ILS/src/templates/staff/circ/patron/register.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/register.tt2 @@ -19,10 +19,7 @@ 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 1c66575c1b..544a50bd7e 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 3e445816b8..c9b166b72b 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -39,10 +39,6 @@ but the ones I'm finding aren't quite cutting it..*/ } #patron-fixed-tabs { - position: fixed; - top: 50px; - right: 15px; - left: 45px; padding-top: 20px; padding-top: 10px; z-index: 4; @@ -142,12 +138,7 @@ 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-bottom: 10px; z-index: 1; background-color: rgba(255,255,255,1); diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 5db43ef5d2..bf5b525992 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -51,9 +51,13 @@ body { * narrower than the default Bootstrapp container gutters. */ width: 95%; - padding-top: 70px; + padding-top: 2px; } +/* this prevents nav bar from covering content when it takes up 2 lines */ +#top-navbar.navbar-default { + position: sticky; +} /* -------------------------------------------------------------------------- * Temporaray local CSS required to make angular-ui-bootstrap