File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ <h2>{{ "Roles" | localize }}</h2>
46
46
< td > {{ role.name }}</ td >
47
47
< td > {{ role.displayName }}</ td >
48
48
< td >
49
- < button mat-icon-button [matMenuTriggerFor] ="actionsMenu ">
49
+ < button class =" action-button " mat-icon-button [matMenuTriggerFor] ="actionsMenu ">
50
50
< mat-icon > menu</ mat-icon >
51
51
</ button >
52
52
< mat-menu #actionsMenu ="matMenu ">
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ <h2>{{ "Tenants" | localize }}</h2>
65
65
</ i >
66
66
</ td >
67
67
< td >
68
- < button mat-icon-button [matMenuTriggerFor] ="actionsMenu ">
68
+ < button class =" action-button " mat-icon-button [matMenuTriggerFor] ="actionsMenu ">
69
69
< mat-icon > menu</ mat-icon >
70
70
</ button >
71
71
< mat-menu #actionsMenu ="matMenu ">
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ <h2>{{ "Users" | localize }}</h2>
67
67
</ i >
68
68
</ td >
69
69
< td >
70
- < button mat-icon-button [matMenuTriggerFor] ="actionsMenu ">
70
+ < button class =" action-button " mat-icon-button [matMenuTriggerFor] ="actionsMenu ">
71
71
< mat-icon > menu</ mat-icon >
72
72
</ button >
73
73
< mat-menu #actionsMenu ="matMenu ">
Original file line number Diff line number Diff line change @@ -4608,7 +4608,7 @@ section.content {
4608
4608
4609
4609
/* Tables ====================================== */
4610
4610
.table tbody tr td , .table tbody tr th {
4611
- padding : 10px ;
4611
+ padding : 18 px 10 px 0 10px ;
4612
4612
border-top : 1px solid # eee ;
4613
4613
border-bottom : 1px solid # eee ; }
4614
4614
Original file line number Diff line number Diff line change @@ -237,7 +237,11 @@ topbar-languageswitch {
237
237
.abp-pagination-controls-wrapper {
238
238
text-align : center ;
239
239
}
240
-
240
+
241
241
.header-dropdown-mat-icon-button {
242
242
bottom : 10px ;
243
+ }
244
+
245
+ .action-button {
246
+ top : -9px ;
243
247
}
You can’t perform that action at this time.
0 commit comments