From 2c30354c4af308bf9856a3651d9ba3a686eed936 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 6 Oct 2023 16:18:30 +1100 Subject: More work on AclDialog --- Pages/Component/AclDialog.razor.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Pages/Component/AclDialog.razor.css') 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 { -- cgit v1.3