summaryrefslogtreecommitdiff
path: root/public/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/static/style.css')
-rw-r--r--public/static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/public/static/style.css b/public/static/style.css
index e76b7c6..3edf252 100644
--- a/public/static/style.css
+++ b/public/static/style.css
@@ -66,10 +66,14 @@ table.vertical {
}
table.vertical th {
- text-align: end;
+ text-align: right;
vertical-align: top;
}
+table.vertical.left th {
+ text-align: left;
+}
+
/** FORM */
button[type=submit] {
background: linear-gradient(0deg, var(--box-tab-background), var(--background));