[ADF-1147] Form is not rendered properly when starting a new process. (#2120)

* Removed unwanted container div
This commit is contained in:
Deepak Paul
2017-07-25 01:35:00 +05:30
committed by Eugenio Romano
parent 0717563979
commit 7983e4df97
2 changed files with 28 additions and 37 deletions

View File

@@ -1,10 +1,3 @@
.adf-smoke-bg {
background-color: whitesmoke;
height: 100%;
width: 100%;
position: absolute;
}
md-card {
width: calc(66.6666% - 48px);
margin-left: calc(33.3333333333% / 2);

View File

@@ -1,5 +1,4 @@
<div class="adf-smoke-bg">
<md-card>
<md-card>
<md-card-title>{{'START_PROCESS.FORM.TITLE' | translate}}
</md-card-title>
<md-card-content *ngIf="isProcessDefinitionEmpty()">
@@ -26,5 +25,4 @@
<button md-button (click)="cancelStartProcess()" id="cancle_process" class=""> {{'START_PROCESS.FORM.ACTION.CANCEL'| translate}} </button>
<button md-button *ngIf="!hasStartForm()" [disabled]="!validateForm()" (click)="startProcess()" data-automation-id="btn-start" id="button-start" class="btn-start"> {{'START_PROCESS.FORM.ACTION.START' | translate}} </button>
</md-card-actions>
</md-card>
</div>
</md-card>