comparison media/css/base.css @ 98:d0d779dd0832

Forums: flag posts.
author Brian Neal <bgneal@gmail.com>
date Sun, 13 Sep 2009 21:45:35 +0000
parents 806399f3b950
children e67c4dd98db5
comparison
equal deleted inserted replaced
97:96eec1ed0fd3 98:d0d779dd0832
204 td.forum-post-author { 204 td.forum-post-author {
205 width:5%; 205 width:5%;
206 border-right: 1px solid #ccc; 206 border-right: 1px solid #ccc;
207 border-bottom: 1px solid black; 207 border-bottom: 1px solid black;
208 vertical-align: top; 208 vertical-align: top;
209 font-size: x-small;
209 } 210 }
210 td.forum-post-body { 211 td.forum-post-body {
211 vertical-align: top; 212 vertical-align: top;
212 width:95%; 213 width:95%;
213 border-bottom: 1px solid black; 214 border-bottom: 1px solid black;
215 div.forum-post-info { 216 div.forum-post-info {
216 padding: 2px; 217 padding: 2px;
217 font-size:.8em; 218 font-size:.8em;
218 border-bottom: 1px solid #ccc; 219 border-bottom: 1px solid #ccc;
219 margin-bottom: 5px; 220 margin-bottom: 5px;
221 padding-bottom: 5px;
220 } 222 }
221 div.forum-post-info img { 223 div.forum-post-info img {
222 float: left; 224 float: left;
223 margin-right: 5px; 225 margin-right: 5px;
224 } 226 }
227 div.forum-post-info-tools {
228 border-top: 1px solid #ccc;
229 padding-top: 5px;
230 text-align: right;
231 }
225 .forums-post-navigation { 232 .forums-post-navigation {
226 text-align: right; 233 text-align: right;
227 } 234 }
228 #forums-quick-reply { 235 #forums-quick-reply {
229 margin-top: 1.5em; 236 margin-top: 1.5em;