summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-06 16:52:30 +0100
committerYorhel <git@yorhel.nl>2008-12-06 16:52:30 +0100
commitf8436e424e7a0bbd63b8e062c442c2681402b7d8 (patch)
treec912be141d564b11a1e2bf7a1be69645ab7cdbae /static
parent96bed279d16c3341cc1290d6867eb13cd535b502 (diff)
Vote stats on VN pages
Can't decide what to do with the empty space on the right of the stats, can use it for the recent votes as in 1.x, or for some entirely different stats... (rlist stats? calculations based on the votes?)
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 22514961..e264bbb6 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -572,6 +572,12 @@ a.addnew {
margin: 0;
}
+.votegraph td { padding: 0 2px; }
+.votegraph td.number { text-align: right }
+.votegraph td div { float: left; height: 14px; background-color: #258; margin-right: 2px; }
+.votegraph thead td { background: transparent; text-align: center; }
+.votegraph tfoot td { text-align: right }
+