summaryrefslogtreecommitdiff
path: root/public/static
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-06-04 20:12:57 +0400
committerilotterytea <iltsu@alright.party>2025-06-04 20:19:46 +0400
commit28658d12a464777b50c789c2e9c3f86ce8f07da0 (patch)
treef1249ca0feade00fa95f39ba195056623ae920b2 /public/static
parent8245832be8470f20091eb71946fdeff3cab79aa7 (diff)
feat: report system
Diffstat (limited to 'public/static')
-rw-r--r--public/static/style.css5
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));