Wrap forum and thread lists in standard tables.
[zzz-spline-forum.git] / splinext / forum / templates / css / forum.mako
index 0a26577..be6ace9 100644 (file)
@@ -1,3 +1,8 @@
+table.forum-list { width: 100%; }
+table.forum-list .name { text-align: left; }
+table.forum-list td.name a { display: block; font-size: 1.5em; padding: 0.33em; }
+table.forum-list .stats { width: 10em; text-align: center; }
+
 .forum-post-container { }
 .forum-post { position: relative; margin: 1em 0; padding: 1em; background: #d0d8ff; -moz-border-radius: 1em; -webkit-border-radius: 1em; }
 .forum-post .author { position: absolute; top: 0; right: 0; bottom: 0; width: 16em; padding: 0.5em; background: #c0c8ff; -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; -webkit-border-top-right-radius: 1em; -webkit-border-bottom-right-radius: 1em; }