Skip to content

Commit

Permalink
Merge pull request #3554 from DSpace/backport-3524-to-dspace-7_x
Browse files Browse the repository at this point in the history
[Port dspace-7_x] Aligning the browse button
  • Loading branch information
kshepherd authored Oct 24, 2024
2 parents 40e805f + d4bb79c commit ef11340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/shared/upload/uploader/uploader.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
(fileOver)="fileOverBase($event)"
class="well ds-base-drop-zone mt-1 mb-3 text-muted">
<div class="text-center m-0 p-2 d-flex justify-content-center align-items-center" *ngIf="uploader?.queue?.length === 0">
<span>
<i class="fas fa-upload" aria-hidden="true"></i>
<span class="d-flex align-items-center">
<i class="fas fa-upload pr-1" aria-hidden="true"></i>
{{dropMsg | translate}}{{'uploader.or' | translate}}
<label for="inputFileUploader-{{uploaderId}}" class="btn btn-link m-0 p-0 ml-1" tabindex="0" (keyup.enter)="$event.stopImmediatePropagation(); fileInput.click()">
<span role="button" [attr.aria-label]="ariaLabel | translate">{{'uploader.browse' | translate}}</span>
Expand Down

0 comments on commit ef11340

Please sign in to comment.