comparison 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
comparison
equal deleted inserted replaced
82:bc3978f023c2 83:5b4c812b448e
157 width:100%; 157 width:100%;
158 } 158 }
159 table.forum-index-table thead th { 159 table.forum-index-table thead th {
160 background:teal; 160 background:teal;
161 } 161 }
162 table.forum-index-table th.forum-title { 162 table.forum-index-table .forum-title {
163 width:65%; 163 width:65%;
164 } 164 }
165 table.forum-index-table th.forum-topics { 165 table.forum-index-table .forum-topics {
166 width:10%; 166 width:10%;
167 text-align:center; 167 text-align:center;
168 } 168 }
169 table.forum-index-table th.forum-posts { 169 table.forum-index-table .forum-posts {
170 width:10%; 170 width:10%;
171 text-align:center; 171 text-align:center;
172 } 172 }
173 table.forum-index-table th.forum-last_post { 173 table.forum-index-table .forum-last_post {
174 width:15%; 174 width:15%;
175 text-align:center; 175 text-align:center;
176 } 176 }
177 table.forum-index-table td.forum-topics { 177
178 table.forum-index-table .forum-index_title {
179 width:55%;
180 }
181 table.forum-index-table .forum-index_replies {
178 width:10%; 182 width:10%;
179 text-align:center; 183 text-align:center;
180 } 184 }
181 table.forum-index-table td.forum-posts { 185 table.forum-index-table .forum-index_author {
182 width:10%; 186 width:10%;
183 text-align:center; 187 text-align:center;
184 } 188 }
185 table.forum-index-table td.forum-last_post { 189 table.forum-index-table .forum-index_views {
190 width:10%;
191 text-align:center;
192 }
193 table.forum-index-table .forum-index_last_post {
186 width:15%; 194 width:15%;
187 text-align:center; 195 text-align:center;
188 } 196 }