diff media/css/base.css @ 83:5b4c812b448e

Forums: Added the ability to add a new topic. This is very much a work in progress.
author Brian Neal <bgneal@gmail.com>
date Sat, 29 Aug 2009 20:54:16 +0000
parents e356ea79a7a2
children 9e5e52556d5b
line wrap: on
line diff
--- a/media/css/base.css	Sun Aug 23 04:04:29 2009 +0000
+++ b/media/css/base.css	Sat Aug 29 20:54:16 2009 +0000
@@ -159,30 +159,38 @@
 table.forum-index-table thead th {
    background:teal;
 }
-table.forum-index-table th.forum-title {
+table.forum-index-table .forum-title {
    width:65%;
 }
-table.forum-index-table th.forum-topics {
+table.forum-index-table .forum-topics {
    width:10%;
    text-align:center;
 }
-table.forum-index-table th.forum-posts {
+table.forum-index-table .forum-posts {
    width:10%;
    text-align:center;
 }
-table.forum-index-table th.forum-last_post {
+table.forum-index-table .forum-last_post {
    width:15%;
    text-align:center;
 }
-table.forum-index-table td.forum-topics {
+
+table.forum-index-table .forum-index_title {
+   width:55%;
+}
+table.forum-index-table .forum-index_replies {
    width:10%;
    text-align:center;
 }
-table.forum-index-table td.forum-posts {
+table.forum-index-table .forum-index_author {
    width:10%;
    text-align:center;
 }
-table.forum-index-table td.forum-last_post {
+table.forum-index-table .forum-index_views {
+   width:10%;
+   text-align:center;
+}
+table.forum-index-table .forum-index_last_post {
    width:15%;
    text-align:center;
 }