mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3262] Remove avoidable css style from task/process list component (#3518)
This commit is contained in:
committed by
Eugenio Romano
parent
9ee34e404e
commit
6584bc307e
@@ -1,19 +1,3 @@
|
|||||||
adf-datatable ::ng-deep .column-header {
|
|
||||||
color: #232323;
|
|
||||||
font-size: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
adf-datatable ::ng-deep .data-cell {
|
|
||||||
cursor: pointer !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
adf-datatable ::ng-deep .cell-value{
|
|
||||||
width: 250px;
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-process-list-loading-margin {
|
.adf-process-list-loading-margin {
|
||||||
margin-left: calc((100% - 100px) / 2);
|
margin-left: calc((100% - 100px) / 2);
|
||||||
margin-right: calc((100% - 100px) / 2);
|
margin-right: calc((100% - 100px) / 2);
|
||||||
|
@@ -1,19 +1,3 @@
|
|||||||
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 {
|
.adf-task-list-loading-margin {
|
||||||
margin-left: calc((100% - 100px) / 2);
|
margin-left: calc((100% - 100px) / 2);
|
||||||
margin-right: calc((100% - 100px) / 2);
|
margin-right: calc((100% - 100px) / 2);
|
||||||
|
Reference in New Issue
Block a user