From: Chris Burton Date: Fri, 17 Jul 2020 00:52:42 +0000 (-0400) Subject: Minor style changes requested and otherwise noticed X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5b5b096bbd0594f4063d1377a8d6d194d390fc4d;p=working%2FEvergreen.git Minor style changes requested and otherwise noticed Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates-bootstrap/opac/browse.tt2 b/Open-ILS/src/templates-bootstrap/opac/browse.tt2 index bf34c23b6d..1ab9f77e57 100644 --- a/Open-ILS/src/templates-bootstrap/opac/browse.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/browse.tt2 @@ -57,9 +57,9 @@ alt="[% l('Search in progress icon') %]" /> -
+
[% BLOCK browse_pager %] -
+
[% IF ctx.back_pivot %] ← [%l ('Back') %] diff --git a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 index 3f7291ff38..56f44b39c5 100644 --- a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 @@ -350,8 +350,7 @@ html{ min-height: 100vh; } body { -height:100%; -min-height: 100vh; + min-height: 100vh; margin:0; font-family: [% css_fonts.font_main %] !important; font-size: [% css_fonts.size_base %]; @@ -1133,8 +1132,7 @@ div.format_icon { #content-wrapper { background-color: [% css_colors.background %]; - min-height: 600px; - height: auto; + height: auto; display: grid; } @@ -1397,12 +1395,14 @@ tr.result_table_row > td.result_table_pic_header { position: relative; } #record_basket_count_floater { - background-color: [% css_colors.accent_lighter %]; + background-color: #ddd; position: absolute; - top: -3px; - right: -3px; /* relative to icon, so don't want to adjust for RTL */ + top: 0px; + right: -10px; z-index: 2; + text-align: center; border-radius: 50%; + width: 20px; } #record_basket_count_floater a { text-decoration: none; @@ -3775,18 +3775,18 @@ label[for*=expert_] margin: 0px 10px; } -.title{ - font-size: large; -} #homeLogo{ - opacity: 0.5; filter: alpha(opacity=50); background-color: #fff; /* Used if the image is unavailable */ height: 500px; /* You must set a specified height */ background-position: center; /* Center the image */ background-repeat: no-repeat; /* Do not repeat the image */ background-size: contain; /* Resize the background image to cover the entire container */ - background-image: url("https://evergreen-ils.org/wp-content/uploads/2018/09/Evergreen-Final-Logo.png"); + background-image: url("[% ctx.media_prefix %]/images/Evergreen-Final-Logo.png"); } + +.navbar-dark .navbar-nav .nav-link{ + color: #fff !important; +} \ No newline at end of file diff --git a/Open-ILS/src/templates-bootstrap/opac/mylist.tt2 b/Open-ILS/src/templates-bootstrap/opac/mylist.tt2 index fe94c6d663..b0fda075e3 100644 --- a/Open-ILS/src/templates-bootstrap/opac/mylist.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/mylist.tt2 @@ -8,7 +8,7 @@
[% INCLUDE "opac/parts/searchbar.tt2" %]
-
+
[% IF ctx.mylist.size; INCLUDE "opac/parts/anon_list.tt2"; diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/base.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/base.tt2 index b492b80332..e74310343b 100644 --- a/Open-ILS/src/templates-bootstrap/opac/parts/base.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/base.tt2 @@ -10,11 +10,10 @@ [% END %] - - - - - + + + + @@ -52,10 +51,10 @@ [% END %] [% PROCESS 'opac/parts/stripe.tt2' %] - +

[% l('Catalog') %]

[%#Each content page needs (at minimum) an

describing the content%] -
+
[% content %]
[% INCLUDE 'opac/parts/login/login_modal.tt2' %] diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/css/colors.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/css/colors.tt2 index d758124a47..60425095b8 100644 --- a/Open-ILS/src/templates-bootstrap/opac/parts/css/colors.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/css/colors.tt2 @@ -4,8 +4,8 @@ #The counts that appear in the navigation when signed into the OPAC -EX. X Ready For Pickup where x is the modified number - zero_count = "#a0ff9e", #Logged in item/charges count at 0 - non_zero_count = "#ff0016", #Logged in item/charges count NOT at 0 + zero_count = "#c1ffbf", #Logged in item/charges count at 0 + non_zero_count = "#ffc107", #Logged in item/charges count NOT at 0 facets_back = "#00593d", #search list facet backgrounds footer_link = "#fff", diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/footer.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/footer.tt2 index 7b9f463f2d..75c20f0d21 100644 --- a/Open-ILS/src/templates-bootstrap/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/footer.tt2 @@ -1,11 +1,11 @@ [% IF !ctx.is_staff %] -