diff media/css/base.css @ 167:cf9f9d4c4d54

Adding a query to the forums to get all the topics with unread posts. This is for ticket #54.
author Brian Neal <bgneal@gmail.com>
date Sun, 24 Jan 2010 22:33:11 +0000
parents 445e1466a98d
children 7071b196ddd5
line wrap: on
line diff
--- a/media/css/base.css	Sun Jan 17 20:24:01 2010 +0000
+++ b/media/css/base.css	Sun Jan 24 22:33:11 2010 +0000
@@ -273,3 +273,39 @@
  display: inline;
  margin: 0 3px;
 }
+table.forum-topic-table {
+   width:100%;
+}
+table.forum-topic-table thead th {
+   background:teal;
+}
+table.forum-topic-table .col-0 {
+   width:23%; 
+   text-align:center;
+}
+table.forum-topic-table .col-1 {
+   width:37%; 
+   text-align:center;
+}
+table.forum-topic-table .col-2 {
+   width:5%;
+   text-align:center;
+}
+table.forum-topic-table .col-3 {
+   width:5%;
+   text-align:center;
+}
+table.forum-topic-table .col-4 {
+   width:5%;
+   text-align:center;
+}
+table.forum-topic-table .col-5 {
+   width:25%;
+   text-align:center;
+}
+table.forum-topic-table .info {
+   text-align:center;
+}
+#forum-query-form {
+   text-align:right;
+}