diff 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
line wrap: on
line diff
--- a/media/css/base.css	Wed Sep 16 00:39:27 2009 +0000
+++ b/media/css/base.css	Wed Sep 16 02:01:57 2009 +0000
@@ -235,3 +235,7 @@
 #forums-quick-reply {
    margin-top: 1.5em;
 }
+img.forums-topic-icon {
+   float: left;
+   margin-right: 3px;
+}