alfresco-ng2-components/ng2-components/ng2-activiti-processlist/src/components/activiti-process-instance-tasks.component.css
Vito 0f563e38bb #1134 - Added scroll for big dialog on process detail (#1168)
#1134  Added scroll for big dialog on process detail , Fixed width for dialog task detail
2016-11-28 21:34:40 +00:00

36 lines
470 B
CSS

:host {
width: 100%;
}
.activiti-label {
font-weight: bolder;
vertical-align: top;
}
.activiti-label.mdl-badge[data-badge]:after {
right: -27px;
top: -2px;
}
.activiti-label + .icon {
position: relative;
top: -2px;
}
.material-icons:hover {
color: rgb(255, 152, 0);
}
.task-details-dialog {
width: 40%;
}
.process-tasks-refresh {
float: right;
}
.mdl-dialog__content.form__size {
height: 400px;
overflow-y: auto;
}