From 74a884fbc26b5d46d1bc1d24f3c39dffa50cd309 Mon Sep 17 00:00:00 2001 From: Douglas Meredith Date: Fri, 16 Feb 2024 13:43:02 -0700 Subject: [PATCH] Change color and update announcements --- azlibrary_react/src/Style.css | 5 +++++ azlibrary_react/src/pages/Layout.js | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/azlibrary_react/src/Style.css b/azlibrary_react/src/Style.css index af9eb71..192596c 100644 --- a/azlibrary_react/src/Style.css +++ b/azlibrary_react/src/Style.css @@ -24,4 +24,9 @@ label { .container{ max-width: 1400px; + } + + .alert-annc { + background-color: lightskyblue; + color: black; } \ No newline at end of file diff --git a/azlibrary_react/src/pages/Layout.js b/azlibrary_react/src/pages/Layout.js index 0a58c32..af8d729 100644 --- a/azlibrary_react/src/pages/Layout.js +++ b/azlibrary_react/src/pages/Layout.js @@ -60,15 +60,14 @@ const Layout = () => { -
+
The AZGS Library website is the replacement for the AZGS Document Repository. This site is still under development. Please contact azgs-info@arizona.edu for additional information and support. All AZGS publications can also be accessed from the University of Arizona Campus Repository.

Recent Changes

    -
  • Added tip text to Title and Full-text Search fields.
  • -
  • Moved keyword search field to advanced search options because of limited usefulness.
  • -
  • Older versions of publications are no longer hidden by default. This setting can still be changed by checking the "Only show most recent versions of items" checkbox in advanced search options.
  • -
  • Special characters like 1/2 and & have been removed from titles and replaced - e.g., 7 1/2' quadrangle is now 7.5'
  • +
  • Previous search terms and results are now maintained when back-button is clicked.
  • +
  • Can now directly open individual PDFs instead of downloading entire zip. (Please note that Firefox has trouble streaming large pdfs.)
  • +
  • Maps no longer grab cursor unexpectedly. Must click once on map to interact.