Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
166:8acf5be27f18 | 167:cf9f9d4c4d54 |
---|---|
271 } | 271 } |
272 ul.inline-list li { | 272 ul.inline-list li { |
273 display: inline; | 273 display: inline; |
274 margin: 0 3px; | 274 margin: 0 3px; |
275 } | 275 } |
276 table.forum-topic-table { | |
277 width:100%; | |
278 } | |
279 table.forum-topic-table thead th { | |
280 background:teal; | |
281 } | |
282 table.forum-topic-table .col-0 { | |
283 width:23%; | |
284 text-align:center; | |
285 } | |
286 table.forum-topic-table .col-1 { | |
287 width:37%; | |
288 text-align:center; | |
289 } | |
290 table.forum-topic-table .col-2 { | |
291 width:5%; | |
292 text-align:center; | |
293 } | |
294 table.forum-topic-table .col-3 { | |
295 width:5%; | |
296 text-align:center; | |
297 } | |
298 table.forum-topic-table .col-4 { | |
299 width:5%; | |
300 text-align:center; | |
301 } | |
302 table.forum-topic-table .col-5 { | |
303 width:25%; | |
304 text-align:center; | |
305 } | |
306 table.forum-topic-table .info { | |
307 text-align:center; | |
308 } | |
309 #forum-query-form { | |
310 text-align:right; | |
311 } |