diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-04 20:12:57 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-04 20:19:46 +0400 |
| commit | 28658d12a464777b50c789c2e9c3f86ce8f07da0 (patch) | |
| tree | f1249ca0feade00fa95f39ba195056623ae920b2 /public/static | |
| parent | 8245832be8470f20091eb71946fdeff3cab79aa7 (diff) | |
feat: report system
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index f22bac2..7cb8b0a 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -65,6 +65,11 @@ table.vertical { border-spacing: 8px; } +table.vertical th { + text-align: end; + vertical-align: top; +} + /** FORM */ button[type=submit] { background: linear-gradient(0deg, var(--box-tab-background), var(--background)); |
