summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-10-15 16:02:23 +0200
committerYorhel <git@yorhel.nl>2020-10-15 16:04:22 +0200
commitf0ba4719534608093c1b1cd7a2e34c392c86891e (patch)
tree889a65c13fd9eb2867f07c04a9841e73822c567e /data
parent7430acd68bf99585e461ef4fad4b40be45466d70 (diff)
reviews: Allow anonymous voting + display overrule counting
Anonymous votes count for 0.01, regular votes for 1 and overrule votes for 1000. It's a bit crude, but ought to do the job. Reason for this change is that most reviews don't seem to get any votes at all. With this anonymous voting we can do some sort of scoring/ordering even with potentially less reliable votes.
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 240981e3..a9c673b6 100644
--- a/data/style.css
+++ b/data/style.css
@@ -633,7 +633,7 @@ div.producerbrowse { padding-bottom: 10px }
.reviewlist td.tc2 { width: 110px; }
.reviewlist td.tc3 { width: 50px; text-align: right }
.reviewlist td.tc4 { width: 50px }
-.reviewlist td.tc6 { width: 80px }
+.reviewlist td.tc6 { width: 140px }
.reviewlist td.tc7 { width: 30px; text-align: right }
.reviewlist td.tc8 { width: 250px; text-align: right }