summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-03-14 13:33:45 +0100
committerYorhel <git@yorhel.nl>2009-03-14 13:33:45 +0100
commitf7dc3ee5d6673250304de925088f29da11708b8b (patch)
tree315479c0ef47999785185d2e863a462ba3ed539d /data
parent351a48f316e5c25a2b6da03c5890c29db11f89ad (diff)
Added tag states for pending/deleted/accepted
Diffstat (limited to 'data')
-rw-r--r--data/global.pl2
-rw-r--r--data/style.css6
2 files changed, 5 insertions, 3 deletions
diff --git a/data/global.pl b/data/global.pl
index 823d2426..0a67bef8 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -29,7 +29,7 @@ our %S = (%S,
[qw| visitor hist |], # 0
[qw| banned hist |], # 1
[qw| loser hist board |], # 2
- [qw| user hist board edit tag tagmod |], # 3
+ [qw| user hist board edit tag |], # 3
[qw| mod hist board boardmod edit tag mod lock del tagmod |], # 4
[qw| admin hist board boardmod edit tag mod lock del tagmod usermod |], # 5
],
diff --git a/data/style.css b/data/style.css
index 9386b0fa..a95696ba 100644
--- a/data/style.css
+++ b/data/style.css
@@ -987,8 +987,10 @@ ul#catselect li li.exc { background-position: 0px -33px; color: $statnok$; }
#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 i { font-style: normal; font-size: 8px }
-#tagtable .tc3 { border-right: 1px solid $border$ }
-#tagtable .tc5 { text-align: right }
+#tagtable .tc2 { padding-left: 30px!important }
+#tagtable .tc3 { border-right: 1px solid $border$; padding-right: 30px!important; text-align: right }
+#tagtable .tc4 { padding-left: 30px!important; }
+#tagtable .tc5 { text-align: right; padding-right: 30px!important; padding-left: 10px!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 }