Skip to content

Commit

Permalink
CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Nov 8, 2024
1 parent 32c9609 commit 8609da7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/geoblacklight_admin/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ footer.gbl-admin {

main#gbl-admin {
min-height: 75vh;
margin-top: 0rem;
}

main.container-fluid {
Expand All @@ -60,3 +61,9 @@ main.container-fluid {
kbd {
background-color:aliceblue;
}

.btn-gbl-admin {
color: black;
border-color: black;
margin: 1rem 0;
}
2 changes: 1 addition & 1 deletion app/views/catalog/_show_gbl_admin.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<%- if current_user && current_user.admin? %>
<%= link_to "GBL♦Admin | Edit Record", edit_admin_document_path(@document), { class: "btn btn-warning btn-block" } %>
<%= link_to "GBL♦Admin | Edit Record", edit_admin_document_path(@document), { class: "btn btn-gbl-admin btn-warning btn-block" } %>
<%- end %>

0 comments on commit 8609da7

Please sign in to comment.