mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +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:
+4
-3
@@ -27,7 +27,7 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
</data-column>
|
</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}"
|
[title]="'PERMISSION_MANAGER.COLUMN.NAME' | translate:{count:selectedMembers.length}"
|
||||||
key="id">
|
key="id">
|
||||||
<ng-template let-context>
|
<ng-template let-context>
|
||||||
@@ -35,9 +35,10 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
</data-column>
|
</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"
|
title="PERMISSION_MANAGER.PERMISSION_DISPLAY.ROLE"
|
||||||
key="role">
|
key="role"
|
||||||
|
[sortable]="false">
|
||||||
<ng-template let-entry="$implicit">
|
<ng-template let-entry="$implicit">
|
||||||
<adf-user-role-column [readonly]="entry.row.obj.readonly"
|
<adf-user-role-column [readonly]="entry.row.obj.readonly"
|
||||||
[value]="entry.data.getValue(entry.row, entry.col)"
|
[value]="entry.data.getValue(entry.row, entry.col)"
|
||||||
|
|||||||
+3
-3
@@ -11,7 +11,7 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
</data-column>
|
</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}"
|
[title]="'PERMISSION_MANAGER.COLUMN.NAME' | translate:{count:permissions.length}"
|
||||||
key="authorityId">
|
key="authorityId">
|
||||||
<ng-template let-context>
|
<ng-template let-context>
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
</data-column>d
|
</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"
|
title="PERMISSION_MANAGER.COLUMN.LOCATION"
|
||||||
key="location"
|
key="location"
|
||||||
*ngIf="node && showLocation">
|
*ngIf="node && showLocation">
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
</data-column>
|
</data-column>
|
||||||
|
|
||||||
<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"
|
title="PERMISSION_MANAGER.PERMISSION_DISPLAY.ROLE"
|
||||||
key="name"
|
key="name"
|
||||||
[sortable]="false">
|
[sortable]="false">
|
||||||
|
|||||||
+4
-4
@@ -6,6 +6,10 @@
|
|||||||
&.adf-datatable {
|
&.adf-datatable {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
.adf-datatable-header .adf-datatable-row {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.adf-datatable-row .adf-permission-role-column-header {
|
.adf-datatable-row .adf-permission-role-column-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -20,10 +24,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-authorityId-column {
|
|
||||||
flex: 40%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-authority-icon-column {
|
.adf-authority-icon-column {
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user