summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-11 16:47:39 +0100
committerYorhel <git@yorhel.nl>2008-12-11 16:47:39 +0100
commit739327d3d50b7cae9f9cb938fa25129ae34e78cb (patch)
tree526eb94147223f1aedc70e873b273f0ab3e15d80 /static
parent0514545451f9955cbdcdfed3137ac7e7888d6269 (diff)
Basic userpage + recent votes to VN pages + long-object-float bugfix
These changes are all pretty much related, so couldn't really do that in multiple commits.
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css33
1 files changed, 31 insertions, 2 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 085a275e..35405b54 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -88,6 +88,10 @@ p.description {
b.done { font-weight: normal; color: #0c0 }
b.todo { font-weight: normal; color: #c00 }
+.clearfloat {
+ clear: both;
+ height: 0;
+}
@@ -585,11 +589,21 @@ a.addnew {
margin: 0;
}
+
+
+
+
+/***** Vote stats ****/
+
+.votestats { width: 600px; margin: 0 auto; }
+.votegraph { float: left; margin-right: 20px }
.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 }
+.votestats thead td { background: transparent; text-align: center; padding: 2px; }
+.votestats tfoot td { text-align: right }
+
+.recentvotes { width: 300px }
@@ -850,6 +864,21 @@ ul#catselect li li.exc { background-position: 0px -33px; color: #c00; }
+
+/***** Userpage *****/
+
+.userpage table {
+ width: 400px;
+ margin: 0 auto;
+}
+.userpage .key {
+ width: 70px;
+}
+
+
+
+
+
/***** Warning/Notice Box *****/
div.warning, div.notice {