Eugenio Romano a99c1a37e4
[ADF-2056] update dependencies (#2764)
* update dependencies
add ban for fdescribe in tslint
reenable test
add badge codacy
check bundles esm5 and esm2015
travis run new vuild script

* remove fdescribe

* material 5.0.0 stable release
2017-12-07 11:58:16 +00:00

29 lines
555 B
CSS

alfresco-datatable ::ng-deep .column-header {
color: #232323;
font-size: 15px;
}
alfresco-datatable ::ng-deep .data-cell {
cursor: pointer !important;
}
alfresco-datatable ::ng-deep .cell-value{
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.adf-task-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;
}