Mercurial > public > sg101
comparison media/css/base.css @ 111:e5faf9f0c11a
Forums: implemented the bulk moderator functions that operate on a forum: bulk sticky, lock, delete, and move. These haven't been tested that well yet.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 28 Sep 2009 03:57:09 +0000 |
parents | 07be3e39e639 |
children | 0ce0104c7df3 |
comparison
equal
deleted
inserted
replaced
110:c329bfaed4a7 | 111:e5faf9f0c11a |
---|---|
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-index-table .forum-index_select { | |
198 width:10%; | |
199 text-align:center; | |
200 } | |
197 table.forum-topic { | 201 table.forum-topic { |
198 border-top:1px solid black; | 202 border-top:1px solid black; |
199 border-left:1px solid black; | 203 border-left:1px solid black; |
200 border-right:1px solid black; | 204 border-right:1px solid black; |
201 width:100%; | 205 width:100%; |