Rename processlist.component.ts to process-list.component.ts (#2511)

Rename processlist.component.md to process-list.component.md
This commit is contained in:
Maurizio Vitale
2017-10-20 13:26:49 +02:00
committed by Eugenio Romano
parent 2aff5434f6
commit c3b948a1b7
8 changed files with 10 additions and 10 deletions

View File

@@ -0,0 +1,28 @@
adf-datatable >>> .column-header {
color: #232323;
font-size: 15px;
}
adf-datatable >>> .data-cell {
cursor: pointer !important;
}
adf-datatable >>> .cell-value{
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.adf-process-list-loading-margin {
margin-left: calc((100% - 100px) / 2);
margin-right: calc((100% - 100px) / 2);
}
.no-content-message {
font-size: 16px;
font-weight: bold;
text-align: center;
opacity: 0.54;
color: #000;
}