diff --git a/ng2-components/ng2-activiti-processlist/src/components/start-process.component.css b/ng2-components/ng2-activiti-processlist/src/components/start-process.component.css index 5e3a46a28d..a0be972a25 100644 --- a/ng2-components/ng2-activiti-processlist/src/components/start-process.component.css +++ b/ng2-components/ng2-activiti-processlist/src/components/start-process.component.css @@ -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); diff --git a/ng2-components/ng2-activiti-processlist/src/components/start-process.component.html b/ng2-components/ng2-activiti-processlist/src/components/start-process.component.html index 4d7d1d491b..7a1a3043c6 100644 --- a/ng2-components/ng2-activiti-processlist/src/components/start-process.component.html +++ b/ng2-components/ng2-activiti-processlist/src/components/start-process.component.html @@ -1,30 +1,28 @@ -
- - {{'START_PROCESS.FORM.TITLE' | translate}} - - - - {{errorMessageId|translate}} - - - - - - {{'START_PROCESS.FORM.TYPE_PLACEHOLDER' | translate}} - - {{ processDef.name }} - - - - - - - {{'START_PROCESS.NO_PROCESS_DEFINITIONS' | translate}} - - - - - - - -
\ No newline at end of file + + {{'START_PROCESS.FORM.TITLE' | translate}} + + + + {{errorMessageId|translate}} + + + + + + {{'START_PROCESS.FORM.TYPE_PLACEHOLDER' | translate}} + + {{ processDef.name }} + + + + + + + {{'START_PROCESS.NO_PROCESS_DEFINITIONS' | translate}} + + + + + + + \ No newline at end of file