From f7dc3ee5d6673250304de925088f29da11708b8b Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 14 Mar 2009 13:33:45 +0100 Subject: Added tag states for pending/deleted/accepted --- data/global.pl | 2 +- data/style.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'data') 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 } -- cgit v1.2.3