summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-19 18:54:41 +0200
committerYorhel <git@yorhel.nl>2019-09-19 18:54:41 +0200
commitdf78fd6846d98dd4dc6c4f27610c9be036bbacdf (patch)
tree2eec6e219739e54f750add0fc326a73e3885897f /data
parent7ebe953a28a36adfd653e512b2076f577e2c7037 (diff)
CSS: Widen a few table columns for the increased font size
Diffstat (limited to 'data')
-rw-r--r--data/style.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/style.css b/data/style.css
index 21d25a70..68f2773e 100644
--- a/data/style.css
+++ b/data/style.css
@@ -301,8 +301,8 @@ div.history table { table-layout: fixed }
div.history td { white-space: nowrap }
div.history td.tc1_1 { width: 70px; padding-left: 0; padding-right: 0; text-align: right }
div.history td.tc1_2 { width: 30px; padding-left: 0 }
-div.history td.tc2 { width: 130px }
-div.history td.tc3 { width: 100px }
+div.history td.tc2 { width: 140px }
+div.history td.tc3 { width: 110px }
div.history td.tc4 { overflow: hidden }
div.history td.tc4 b { margin-left: 10px }
@@ -327,9 +327,9 @@ div.mainbox.discussions td.tc4 { text-align: right; }
div.mainbox.discussions a.locked { text-decoration: line-through; }
div.mainbox.discussions b.boards { padding-left: 10px; font-weight: normal; }
div.mainbox.discussions b.boards a { color: $grayedout$; }
-div.discussions td.tc2 { width: 50px; }
-div.discussions td.tc3 { width: 100px; }
-div.discussions td.tc4 { width: 210px; }
+div.discussions td.tc2 { width: 60px; }
+div.discussions td.tc3 { width: 110px; }
+div.discussions td.tc4 { width: 230px; }
div.discussions .pollflag { color: $grayedout$; padding-right: 6px; }
div.postsearch td.tc1_1 { width: 60px; padding-left: 0; padding-right: 0; text-align: right }
div.postsearch td.tc1_2 { width: 25px; padding-left: 0 }
@@ -792,8 +792,8 @@ div.votelist td.tc2 { width: 50px; text-align: right; padding-right: 10px }
div.uposts table { table-layout: fixed }
div.uposts td { white-space: nowrap }
div.uposts td.tc1 { width: 60px; padding-left: 0!important; padding-right: 0; text-align: right }
-div.uposts td.tc2 { width: 30px; padding-left: 0 }
-div.uposts td.tc3 { width: 65px; }
+div.uposts td.tc2 { width: 40px; padding-left: 0 }
+div.uposts td.tc3 { width: 80px; }
div.uposts td.tc4 { overflow: hidden }
div.uposts td.tc4 b { margin-left: 10px }