Skip to content

Commit

Permalink
Move button beneath its header
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrell committed Oct 3, 2023
1 parent c10c348 commit cd95b1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/unc_custom.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,12 @@ div.fileupload-progress {
clip: rect(1px, 1px, 1px, 1px);
}

#fileuploadVersioning {
h3 {
width: 100%;
}
}

/* Colors taken from Bootstrap's focus */
input.hidden-file-input:focus + label {
outline: -webkit-focus-ring-color auto 5px;
Expand Down

0 comments on commit cd95b1d

Please sign in to comment.