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