Merge pull request #1059 from Alfresco/dev-mromano-1042

#1042 fix size start process dialog
This commit is contained in:
Denys Vuika 2016-11-10 22:01:32 +00:00 committed by GitHub
commit 527bb21b56
2 changed files with 9 additions and 0 deletions

View File

@ -19,3 +19,11 @@
font-size: 12px;
top: 4px;
}
.mdl-dialog {
width: -moz-fit-content;
width: -webkit-fit-content;
width: -ms-fit-content;
width: -o-fit-content;
width: fit-content;
}

View File

@ -12,6 +12,7 @@
</select>
<label class="mdl-textfield__label" for="processDefinition">{{'START_PROCESS.DIALOG.LABEL.TYPE'|translate}}</label>
</div>
<br>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" type="text" [(ngModel)]="name" id="processName" />
<label class="mdl-textfield__label" for="processName">{{'START_PROCESS.DIALOG.LABEL.NAME'|translate}}</label>