[ADF-1480] Padding is missing from Task List (#2269)

* Fixed padding
* Migrated from mdl to md
* Removed additonal styles from demo-shell
This commit is contained in:
Deepak Paul
2017-09-01 16:39:54 +05:30
committed by Mario Romano
parent 477ad3153a
commit d3602a16b1
3 changed files with 15 additions and 28 deletions

View File

@@ -69,16 +69,6 @@
min-width: 680px;
}
.activiti-demo-tasks-menu >>> .mat-list .mat-list-item .mat-list-item-content {
height: 32px;
cursor: pointer;
padding: 0 16px 0 24px;
}
.activiti-demo-tasks-menu >>> .adf-panel-heading {
margin-bottom: 10px;
}
.activiti-demo-tasks-list >>> .adf-data-table {
border: none;
}