summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-11-03 18:11:40 +0100
committerYorhel <git@yorhel.nl>2019-11-10 12:44:55 +0100
commit6821b9ab3f3b24e4d635a0763122d0ed2b1c0b72 (patch)
treebfc36ca1fc878aaddc2ad0d7bd0327408eed105c /data
parentcc4607635279792b59953bba2e3cb4a3928e76df (diff)
ulist: Add comment and "this item is public" icons
Dynamically updating the visibility state of the "this item is public" icon kind of sucks. But meh, you really want that state to update correctly.
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 40b57259..092f853b 100644
--- a/data/style.css
+++ b/data/style.css
@@ -790,11 +790,11 @@ div.votelist td.tc2 { width: 50px; text-align: right; padding-right: 10px }
.managelabels select { width: 100% }
.managelabels tfoot div { float: right; text-align: right }
+.ulist .tc1 { white-space: nowrap; width: 70px }
.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 .tc4 input { width: 55px; text-align: right }