summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-05 13:03:43 +0200
committerYorhel <git@yorhel.nl>2009-10-05 13:03:43 +0200
commitad638b58f65285285adda787b79b9422ca43313b (patch)
tree653ce4b7f95ce45670596114992a9707eb7f3b8f /data
parentd703d1dd64ffcf6af82b2747388a1001228ec30f (diff)
JS: Moved, rewrote and improved VN tag linking
- You can now click the spoiler column to scroll through the options - Or mouse-over the spoiler column to see a JS dropdown with the options (no more select box, which introduces several more clicks to do the same)
Diffstat (limited to 'data')
-rw-r--r--data/style.css21
1 files changed, 9 insertions, 12 deletions
diff --git a/data/style.css b/data/style.css
index d09c7060..139551c9 100644
--- a/data/style.css
+++ b/data/style.css
@@ -974,15 +974,15 @@ div.browse.uposts td.tc1 {
/***** VN tagmod *****/
#jt_box_tagmod .formtable table td { padding: 1px 5px }
-#tagtable tfoot td { padding-top: 20px!important; }
-#tagtable .tc2_1 { border-right: 1px solid $border$; border-left: 1px solid $border$; width: 150px; text-align: center }
-#tagtable .tc3_1 { border-left: 1px solid $border$; width: 150px; text-align: center }
-#tagtable .tc1 { min-width: 200px; border-right: 1px solid $border$ }
-#tagtable .tc2 { padding-left: 30px!important }
-#tagtable .tc3 { border-right: 1px solid $border$; padding-right: 30px!important; text-align: right; padding-left: 10px!important }
-#tagtable .tc4 { padding-left: 30px!important; }
-#tagtable .tc4 i { font-style: normal; font-size: 8px }
-#tagtable .tc5 { text-align: right; padding-right: 30px!important; }
+table.tgl tfoot td { padding-top: 20px!important; }
+table.tgl .tc_you { border-right: 1px solid $border$; border-left: 1px solid $border$; width: 150px; text-align: center }
+table.tgl .tc_others { border-left: 1px solid $border$; width: 150px; text-align: center }
+table.tgl .tc_tagname { min-width: 200px; border-right: 1px solid $border$ }
+table.tgl .tc_myvote { padding-left: 30px!important }
+table.tgl .tc_myspoil { border-right: 1px solid $border$; padding-right: 30px!important; text-align: right; padding-left: 10px!important; cursor: pointer }
+table.tgl .tc_allvote { padding-left: 30px!important; }
+table.tgl .tc_allvote i { font-style: normal; font-size: 8px }
+table.tgl .tc_allspoil { text-align: right; padding-right: 30px!important; }
.taglvl { display: block; float: left; width: 8px; height: 12px; border: 1px solid $border$; font-size: 1px; color: $maintext$!important }
.taglvl0 { width: 15px; border: none!important; font-size: 10px; text-align: center; }
div.taglvl0 { font-size: 8px; width: 20px!important }
@@ -994,9 +994,6 @@ a.taglvl:hover { border-bottom: 1px solid transparent!important }
.taglvlsel.taglvl1 { background-color: #cf0; border-color: #cf0 }
.taglvlsel.taglvl2 { background-color: #8f0; border-color: #8f0 }
.taglvlsel.taglvl3 { background-color: #0f0; border-color: #0f0 }
-#jt_box_tagmod #tagtable .tc3 { padding: 0 }
-#tagtable .tc3 select { width: 90px; height: 15px; border: 0; margin: 0; font-size: 11px; background-color: $_blendbg$; text-align: right }
-#tagtable .odd .tc3 select { background-color: $secbg$ }