summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-27 11:41:42 +0100
committerYorhel <git@yorhel.nl>2019-11-10 12:44:55 +0100
commit279c4c9f82b45863f91a16867e4830695de7e0ce (patch)
tree819685a29d3c421e68cccb45d56849592afe1c8e /data
parent9616e64115940ea0008ca5243c7085c40fe11013 (diff)
ulist: Add some styling, sorting and a framework for extended info/options
Diffstat (limited to 'data')
-rw-r--r--data/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index b48188aa..f1c0fd7e 100644
--- a/data/style.css
+++ b/data/style.css
@@ -789,6 +789,15 @@ div.votelist td.tc2 { width: 50px; text-align: right; padding-right: 10px }
.labeledit select { width: 100% }
.labeledit tfoot div { float: right; text-align: right }
+.ulist .tc1 label { cursor: pointer }
+.ulist .tc1 input { display: none }
+.ulist .tc1 label:before { content: '▸ ' }
+.ulist .tc1 input:checked + label:before { content: '▾ ' }
+.ulist .tc1 { white-space: nowrap; width: 60px }
+.ulist .tc2 b { margin-left: 10px }
+.ulist .tc4 { white-space: nowrap; width: 60px; text-align: right; padding-right: 10px }
+.ulist .tc5, .ulist .tc6, .ulist .tc7 { white-space: nowrap; width: 100px }
+
/***** User VN list browser ******/