mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
AAE-28454 Improve datatable style
This commit is contained in:
@@ -130,6 +130,7 @@
|
|||||||
*ngIf="(actions && actionsPosition === 'right') ||
|
*ngIf="(actions && actionsPosition === 'right') ||
|
||||||
(mainActionTemplate && showMainDatatableActions)"
|
(mainActionTemplate && showMainDatatableActions)"
|
||||||
class="adf-actions-column adf-datatable-actions-menu adf-datatable-cell-header adf-datatable__actions-cell"
|
class="adf-actions-column adf-datatable-actions-menu adf-datatable-cell-header adf-datatable__actions-cell"
|
||||||
|
[class.adf-datatable-actions-menu-provided]="showProvidedActions"
|
||||||
>
|
>
|
||||||
<ng-container *ngIf="mainActionTemplate">
|
<ng-container *ngIf="mainActionTemplate">
|
||||||
<button
|
<button
|
||||||
|
@@ -324,6 +324,12 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
|
|
||||||
|
&-provided {
|
||||||
|
max-width: 100px !important;
|
||||||
|
justify-content: center;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-datatable-checkbox {
|
.adf-datatable-checkbox {
|
||||||
|
Reference in New Issue
Block a user