comparison media/css/base.css @ 102:e67c4dd98db5

Forums: new topic form sprouts boolean fields for sticky and locking if the user has rights. Implemented the locked logic. Fixed a bug where topics where getting out of order (the view_count was bumping the update_date because of auto_now).
author Brian Neal <bgneal@gmail.com>
date Wed, 16 Sep 2009 02:01:57 +0000
parents d0d779dd0832
children 08ddfd835305
comparison
equal deleted inserted replaced
101:4bbb6a9aa317 102:e67c4dd98db5
233 text-align: right; 233 text-align: right;
234 } 234 }
235 #forums-quick-reply { 235 #forums-quick-reply {
236 margin-top: 1.5em; 236 margin-top: 1.5em;
237 } 237 }
238 img.forums-topic-icon {
239 float: left;
240 margin-right: 3px;
241 }