Skip to content

Commit

Permalink
Change color and update announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Meredith committed Feb 16, 2024
1 parent acdc1d3 commit 74a884f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions azlibrary_react/src/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ label {

.container{
max-width: 1400px;
}

.alert-annc {
background-color: lightskyblue;
color: black;
}
9 changes: 4 additions & 5 deletions azlibrary_react/src/pages/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,14 @@ const Layout = () => {
</div>
</nav>

<div className="alert alert-success alert-dismissible fade show text-left rounded py-4" role="alert">
<div className="alert alert-annc alert-dismissible fade show text-left rounded py-4" role="alert">
The AZGS Library website is the replacement for the AZGS Document Repository. This site is still under development. Please contact <a className="alert-link" href="azgs-info@arizona.edu" target="_blank" rel="noopener noreferrer" >azgs-info@arizona.edu</a> for additional information and support. All AZGS publications can also be accessed from the <a className="alert-link" href="https://repository.arizona.edu/handle/10150/628301" target="_blank" rel="noopener noreferrer" >University of Arizona Campus Repository</a>.
<p></p>
<p><b>Recent Changes</b>
<ul>
<li>Added tip text to Title and Full-text Search fields.</li>
<li>Moved keyword search field to advanced search options because of limited usefulness.</li>
<li>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.</li>
<li>Special characters like 1/2 and & have been removed from titles and replaced - e.g., 7 1/2' quadrangle is now 7.5'</li>
<li>Previous search terms and results are now maintained when back-button is clicked.</li>
<li>Can now directly open individual PDFs instead of downloading entire zip. (Please note that Firefox has trouble streaming large pdfs.)</li>
<li>Maps no longer grab cursor unexpectedly. Must click once on map to interact.</li>
</ul></p>
<button type="button" className="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
Expand Down

0 comments on commit 74a884f

Please sign in to comment.