summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-02-09 11:32:25 +0100
committerYorhel <git@yorhel.nl>2020-02-09 11:32:31 +0100
commit46c5f5a82a40aa30c005badfdf09a90f035dc99f (patch)
treeee72415fdec1d31fb75484aac232aacffd19fe6f /data
parent44370c56c6d3d9969fef3876f40f16dfc39ac666 (diff)
Tagmod: Add "notes" field to tag voting thing
Currently only displayed in the tag link browser and the tag editing form, but I'm hoping to display these on the VN page as well (on hover or something, not sure about the UI).
Diffstat (limited to 'data')
-rw-r--r--data/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index a2d3bdf1..88ec2157 100644
--- a/data/style.css
+++ b/data/style.css
@@ -955,7 +955,9 @@ table.tgl .tc_you { border-right: 1px solid $border$; border-left: 1px
table.tgl .tc_others { border-left: 1px solid $border$; text-align: center }
table.tgl .tc_tagname { min-width: 200px; border-right: 1px solid $border$ }
table.tgl tbody .tc_tagname { padding-left: 15px }
-table.tgl .tc_myvote { padding: 0 0 0 30px }
+table.tgl .tc_myvote { padding: 0 0 0 30px; min-width: 100px }
+table.tgl .tc_mynote span { cursor: pointer }
+table.tgl .noteview { position: absolute; max-width: 400px; padding: 0 5px 5px 5px; background: $_blendbg$ }
table.tgl .buts a { box-sizing: border-box; display: block; width: 15px; height: 14px; border: 1px solid $border$; margin: 0; float: left }
table.tgl .buts a.l0 { border: none; background-color: $border$ }
table.tgl .buts a.l1 { border: none; background-color: #cf0 }
@@ -963,7 +965,7 @@ table.tgl .buts a.l2 { border: none; background-color: #8f0 }
table.tgl .buts a.l3 { border: none; background-color: #0f0 }
table.tgl .buts a.ld { border: none; background-color: #f00 }
table.tgl tbody .tc_myover { padding: 0 5px }
-table.tgl .tc_myspoil { padding: 0 30px }
+table.tgl .tc_myspoil { padding: 0 30px; min-width: 60px }
table.tgl .buts a.sn { border: none; background-color: $border$ }
table.tgl .buts a.s0 { border: none; background-color: #0f0 }
table.tgl .buts a.s1 { border: none; background-color: #f80 }