Skip to content

Commit 132e1f9

Browse files
Minor UI improvements
- Fixed DSO edit menu sometimes displaying underneath header based on header z-index - Fixed accessibility issue on request a copy page
1 parent 404ccd9 commit 132e1f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/item-page/bitstreams/request-a-copy/bitstream-request-a-copy-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="container">
2-
<h3 class="mb-4">{{'bitstream-request-a-copy.header' | translate}}</h3>
2+
<h1 class="mb-4">{{'bitstream-request-a-copy.header' | translate}}</h1>
33
<div *ngIf="canDownload$|async" class="alert alert-success">
44
<span>{{'bitstream-request-a-copy.alert.canDownload1' | translate}}</span>
55
<a [routerLink]="getBitstreamLink()">{{'bitstream-request-a-copy.alert.canDownload2'| translate}}</a>

src/app/shared/dso-page/dso-edit-menu/dso-edit-expandable-menu-section/dso-edit-menu-expandable-section.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="dso-button-menu mb-1" ngbDropdown container="body" placement="bottom-right">
22
<div class="d-flex flex-row flex-nowrap"
3-
[ngbTooltip]="itemModel.text | translate">
3+
[ngbTooltip]="itemModel.text | translate" container="body">
44
<button [attr.aria-label]="itemModel.text | translate" [title]="itemModel.text | translate" class="btn btn-dark btn-sm" ngbDropdownToggle [disabled]="section.model?.disabled">
55
<i class="fas fa-{{section.icon}} fa-fw"></i>
66
</button>

0 commit comments

Comments
 (0)