summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-01-03 21:37:30 +0100
committerYorhel <git@yorhel.nl>2011-01-03 21:39:22 +0100
commita48a7f5b0d4e65a70337d40f7df287810f27d547 (patch)
tree7c922bccf1aa2c4e36a6fc5e8f0d466c2ce61605 /data
parentdf6dc445df2f73381829b8af8db606cea67f589d (diff)
Added tag overrule indicators to tag link browser and VN tag editor
This is the second step in adding support for overruling tag votes by moderators. This required a different approach to calculating the score in dbTagStats(). For some reason this approach turns out to be slightly faster as well...
Diffstat (limited to 'data')
-rw-r--r--data/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index b7fbaffa..86967cc0 100644
--- a/data/style.css
+++ b/data/style.css
@@ -87,6 +87,7 @@ p.locked {
margin: 0!important;
}
b.grayedout { font-weight: normal; color: $grayedout$ }
+i.grayedout { font-style: normal; color: $grayedout$ }
#maincontent h2 b {
font: 11px "Tahoma";
font-weight: normal;
@@ -951,6 +952,9 @@ div.uposts td.tc4 b { margin-left: 10px }
.browse.taglinks .tc1 { width: 70px }
.browse.taglinks .tc3 { width: 90px }
+.browse.taglinks .tc3 { width: 90px }
+.browse.taglinks .ignored .taglvl.taglvlsel { background-color: #222 }
+.browse.taglinks .ignored .taglvl.taglvl0 { color: $grayedout$!important }
.browse.taglinks .setfil { font-size: 8px; padding-right: 3px }
/***** VN tagmod *****/