summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-02-28 14:54:56 +0100
committerYorhel <git@yorhel.nl>2009-02-28 14:54:56 +0100
commit82a66074209f8cc2e23f9fb738aa869894cb83c9 (patch)
tree41ca227195e4ffc520509b46ca1e649968843ce3 /data
parente3e3f7b3c9556375702703aadb4faa6db695631a (diff)
Improvements in vntagmod table layout, and saving votes in the DB works
And a "Don't forget to submit" text, and various important bugfixes, and... geez, time for a coke with some cookies!
Diffstat (limited to 'data')
-rw-r--r--data/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index cc008631..0b719a91 100644
--- a/data/style.css
+++ b/data/style.css
@@ -974,7 +974,11 @@ ul#catselect li li.exc { background-position: 0px -33px; color: $statnok$; }
/***** VN tagmod *****/
#jt_box_tags .formtable table td { padding: 1px 5px }
-#tagtable tfoot { text-align: right }
+#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 .tc3 { border-right: 1px solid $border$ }
a.taglvl { display: block; float: left; width: 8px; height: 12px; border: 1px solid $border$; font-size: 1px; color: $maintext$!important }
a.taglvl0 { width: 15px; border: none!important; font-size: 10px; text-align: center; }
a.taglvl:hover { border-bottom: 1px solid transparent!important }