Mercurial > public > sg101
comparison media/css/base.css @ 86:f81226b5e87b
Forums: Some display work for the posts within a topic. Sketched out a post reply form.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 Sep 2009 20:47:08 +0000 |
parents | 9e5e52556d5b |
children | 021492db4aad |
comparison
equal
deleted
inserted
replaced
85:531fcc342a03 | 86:f81226b5e87b |
---|---|
192 } | 192 } |
193 table.forum-index-table .forum-index_last_post { | 193 table.forum-index-table .forum-index_last_post { |
194 width:20%; | 194 width:20%; |
195 text-align:center; | 195 text-align:center; |
196 } | 196 } |
197 table.forum-topic { | |
198 border:1px solid black; | |
199 width:100%; | |
200 margin-top: 5px; | |
201 } | |
202 td.forum-post-author { | |
203 width:5%; | |
204 border-right: 1px solid #ccc; | |
205 } | |
206 td.forum-post-body { | |
207 vertical-align: top; | |
208 width:95%; | |
209 } | |
210 div.forum-post-info { | |
211 padding: 2px; | |
212 font-size:.8em; | |
213 border-bottom: 1px solid #ccc; | |
214 margin-bottom: 5px; | |
215 } | |
216 div.forum-post-info img { | |
217 float: left; | |
218 margin-right: 5px; | |
219 } |