mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
Fixed buttons margins
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
<div class="row" *ngIf="!!submissionId">
|
<div class="row" *ngIf="!!submissionId">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<button *ngIf="(showDepositAndDiscard | async)" type="button" class="btn btn-danger" (click)="$event.preventDefault();confirmDiscard(content)">{{'submission.general.discard.submit' | translate}}</button>
|
<button *ngIf="(showDepositAndDiscard | async)" type="button" class="btn btn-danger" (click)="$event.preventDefault();confirmDiscard(content)">{{'submission.general.discard.submit' | translate}}</button>
|
||||||
</div>
|
|
||||||
<div class="col text-right">
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="(processingSaveStatus | async) || (processingDepositStatus | async)" class="col d-flex justify-content-end align-items-center">
|
<div *ngIf="(processingSaveStatus | async) || (processingDepositStatus | async)" class="col d-flex justify-content-end align-items-center">
|
||||||
<div class="progress w-75">
|
<div class="progress w-75">
|
||||||
@@ -20,7 +17,7 @@
|
|||||||
<span>{{'submission.general.save' | translate}}</span>
|
<span>{{'submission.general.save' | translate}}</span>
|
||||||
</button>
|
</button>
|
||||||
<button type="button"
|
<button type="button"
|
||||||
class="btn btn-info"
|
class="btn btn-info ml-1 mr-1"
|
||||||
id="saveForLater"
|
id="saveForLater"
|
||||||
[disabled]="(processingSaveStatus | async)"
|
[disabled]="(processingSaveStatus | async)"
|
||||||
(click)="saveLater($event)">
|
(click)="saveLater($event)">
|
||||||
|
Reference in New Issue
Block a user