diff media/css/base.css @ 81:e356ea79a7a2

More work on forums. Committing what we got so far.
author Brian Neal <bgneal@gmail.com>
date Sun, 23 Aug 2009 00:14:52 +0000
parents 48b221d304c6
children 5b4c812b448e
line wrap: on
line diff
--- a/media/css/base.css	Sun Jul 12 18:25:26 2009 +0000
+++ b/media/css/base.css	Sun Aug 23 00:14:52 2009 +0000
@@ -153,3 +153,36 @@
 #slideshow img.last-active {
    z-index:9;
 }
+table.forum-index-table {
+   width:100%;
+}
+table.forum-index-table thead th {
+   background:teal;
+}
+table.forum-index-table th.forum-title {
+   width:65%;
+}
+table.forum-index-table th.forum-topics {
+   width:10%;
+   text-align:center;
+}
+table.forum-index-table th.forum-posts {
+   width:10%;
+   text-align:center;
+}
+table.forum-index-table th.forum-last_post {
+   width:15%;
+   text-align:center;
+}
+table.forum-index-table td.forum-topics {
+   width:10%;
+   text-align:center;
+}
+table.forum-index-table td.forum-posts {
+   width:10%;
+   text-align:center;
+}
+table.forum-index-table td.forum-last_post {
+   width:15%;
+   text-align:center;
+}