summaryrefslogtreecommitdiff
path: root/static/f/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/f/style.css')
-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 {