Fixed buttons margins

This commit is contained in:
Giuseppe Digilio
2018-12-20 12:03:21 +01:00
parent 8e40cfd139
commit 40bbe2cac6

View File

@@ -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)">