summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2022-06-21 10:25:17 +0200
committerYorhel <git@yorhel.nl>2022-06-21 10:25:17 +0200
commit7a49023bc99a80c51fa2328d0b67f9aedea682da (patch)
tree9b4d597bc6b256cc46fe8d87239331b6eef2c19d /css
parent06d92426933e363fb0fb023d502821dc214d16a9 (diff)
Some improvements to the patrolling system
Diffstat (limited to 'css')
-rw-r--r--css/v2.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/v2.css b/css/v2.css
index 44d26e89..7057aff6 100644
--- a/css/v2.css
+++ b/css/v2.css
@@ -422,7 +422,8 @@ table.histoptions select { width: 150px; scrollbar-width: none }
table.histoptions select::-webkit-scrollbar { display: none }
div.history td { white-space: nowrap; padding-left: 15px }
-div.history td.tc1_0 { width: 5px; padding-right: 0; padding-left: 0 }
+div.history td.tc1_0 { padding-right: 0; padding-left: 0 }
+div.history td.tc1_0 a { color: inherit; display: inline-block; width: 15px; border-bottom: 0; text-align: center }
div.history td.tc1_1 { width: 70px; padding-right: 0; text-align: right }
div.history td.tc1_2 { width: 30px; padding-left: 0 }
div.history td.tc2 { width: 140px }