mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1147] Form is not rendered properly when starting a new process. (#2120)
* Removed unwanted container div
This commit is contained in:
committed by
Eugenio Romano
parent
0717563979
commit
7983e4df97
@@ -1,10 +1,3 @@
|
|||||||
.adf-smoke-bg {
|
|
||||||
background-color: whitesmoke;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
md-card {
|
md-card {
|
||||||
width: calc(66.6666% - 48px);
|
width: calc(66.6666% - 48px);
|
||||||
margin-left: calc(33.3333333333% / 2);
|
margin-left: calc(33.3333333333% / 2);
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<div class="adf-smoke-bg">
|
<md-card>
|
||||||
<md-card>
|
|
||||||
<md-card-title>{{'START_PROCESS.FORM.TITLE' | translate}}
|
<md-card-title>{{'START_PROCESS.FORM.TITLE' | translate}}
|
||||||
</md-card-title>
|
</md-card-title>
|
||||||
<md-card-content *ngIf="isProcessDefinitionEmpty()">
|
<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 (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>
|
<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-actions>
|
||||||
</md-card>
|
</md-card>
|
||||||
</div>
|
|
Reference in New Issue
Block a user