summaryrefslogtreecommitdiff
path: root/Pages/Component/AclDialog.razor.css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-10-06 16:18:30 +1100
committerJake Mannens <jake@asger.xyz>2023-10-06 16:18:30 +1100
commit2c30354c4af308bf9856a3651d9ba3a686eed936 (patch)
tree74fe8ee40fb519feb5a865622fc32531b94220f7 /Pages/Component/AclDialog.razor.css
parent3d5f6e47bd74ce77d5ec253f51b7cef1b42099ef (diff)
More work on AclDialog
Diffstat (limited to 'Pages/Component/AclDialog.razor.css')
-rw-r--r--Pages/Component/AclDialog.razor.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/Pages/Component/AclDialog.razor.css b/Pages/Component/AclDialog.razor.css
index 74e405f..c9ac518 100644
--- a/Pages/Component/AclDialog.razor.css
+++ b/Pages/Component/AclDialog.razor.css
@@ -34,6 +34,7 @@ div.principal-select {
align-items: center;
display: flex;
flex-direction: row;
+ margin-bottom: 16px;
}
div.principal-select * {
@@ -61,16 +62,11 @@ table tr {
}
table td {
- white-space: nowrap;
text-overflow: ellipsis;
font-size: 8pt;
font-family: 'Lucida Console';
}
-table td:last-child {
- font-size: 12pt;
-}
-
table td:nth-last-child(2) {
border-right: none !important;
}
@@ -79,9 +75,15 @@ table tr:nth-child(2n+1) td:not(:first-child) {
background: rgba(255, 255, 255, 0.1);
}
-table td:nth-child(2n) {
+table td:first-child {
+ width: 1px;
+}
+
+table td:last-child {
width: 1px;
white-space: nowrap;
+ text-align: right;
+ font-size: 12pt;
}
table td > div {