mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
[ACS-7768] Styling fixes for permission management page (#11597)
* [ACS-7768] Styling fixes for permission management page * [ACS-7768] CR fixes
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</ng-template>
|
||||
</data-column>
|
||||
|
||||
<data-column class="adf-ellipsis-cell adf-expand-cell-5 adf-authorityId-column"
|
||||
<data-column class="adf-ellipsis-cell adf-expand-cell-5"
|
||||
[title]="'PERMISSION_MANAGER.COLUMN.NAME' | translate:{count:selectedMembers.length}"
|
||||
key="id">
|
||||
<ng-template let-context>
|
||||
@@ -35,9 +35,10 @@
|
||||
</ng-template>
|
||||
</data-column>
|
||||
|
||||
<data-column class="adf-ellipsis-cell adf-expand-cell-4"
|
||||
<data-column class="adf-ellipsis-cell adf-expand-cell-3"
|
||||
title="PERMISSION_MANAGER.PERMISSION_DISPLAY.ROLE"
|
||||
key="role">
|
||||
key="role"
|
||||
[sortable]="false">
|
||||
<ng-template let-entry="$implicit">
|
||||
<adf-user-role-column [readonly]="entry.row.obj.readonly"
|
||||
[value]="entry.data.getValue(entry.row, entry.col)"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</ng-template>
|
||||
</data-column>
|
||||
|
||||
<data-column class="adf-ellipsis-cell adf-expand-cell-5 adf-authorityId-column"
|
||||
<data-column class="adf-ellipsis-cell adf-expand-cell-5"
|
||||
[title]="'PERMISSION_MANAGER.COLUMN.NAME' | translate:{count:permissions.length}"
|
||||
key="authorityId">
|
||||
<ng-template let-context>
|
||||
@@ -19,7 +19,7 @@
|
||||
</ng-template>
|
||||
</data-column>d
|
||||
|
||||
<data-column class="adf-ellipsis-cell adf-expand-cell-5 adf-authorityId-column"
|
||||
<data-column class="adf-ellipsis-cell adf-expand-cell-5"
|
||||
title="PERMISSION_MANAGER.COLUMN.LOCATION"
|
||||
key="location"
|
||||
*ngIf="node && showLocation">
|
||||
@@ -29,7 +29,7 @@
|
||||
</data-column>
|
||||
|
||||
<data-column
|
||||
class="adf-ellipsis-cell adf-expand-cell-4"
|
||||
class="adf-ellipsis-cell adf-expand-cell-3"
|
||||
title="PERMISSION_MANAGER.PERMISSION_DISPLAY.ROLE"
|
||||
key="name"
|
||||
[sortable]="false">
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
&.adf-datatable {
|
||||
overflow: hidden;
|
||||
|
||||
.adf-datatable-header .adf-datatable-row {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.adf-datatable-row .adf-permission-role-column-header {
|
||||
position: relative;
|
||||
}
|
||||
@@ -20,10 +24,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.adf-authorityId-column {
|
||||
flex: 40%;
|
||||
}
|
||||
|
||||
.adf-authority-icon-column {
|
||||
min-width: 40px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user