comparison media/css/base.css @ 120:f8f4514b806a

Added a 24-hour time preference flag in the user profile. Added forum template tags for showing forum dates/times adjusted for the user's time zone.
author Brian Neal <bgneal@gmail.com>
date Sun, 25 Oct 2009 21:55:28 +0000
parents 0ce0104c7df3
children ca7d619ee27b
comparison
equal deleted inserted replaced
119:b8f1dcc9fae4 120:f8f4514b806a
158 } 158 }
159 table.forum-index-table thead th { 159 table.forum-index-table thead th {
160 background:teal; 160 background:teal;
161 } 161 }
162 table.forum-index-table .forum-title { 162 table.forum-index-table .forum-title {
163 width:60%; 163 width:57%;
164 } 164 }
165 table.forum-index-table .forum-topics { 165 table.forum-index-table .forum-topics {
166 width:10%; 166 width:9%;
167 text-align:center; 167 text-align:center;
168 } 168 }
169 table.forum-index-table .forum-posts { 169 table.forum-index-table .forum-posts {
170 width:10%; 170 width:9%;
171 text-align:center; 171 text-align:center;
172 } 172 }
173 table.forum-index-table .forum-last_post { 173 table.forum-index-table .forum-last_post {
174 width:20%; 174 width:25%;
175 text-align:center; 175 text-align:center;
176 } 176 }
177 177
178 table.forum-index-table .forum-index_title { 178 table.forum-index-table .forum-index_title {
179 width:50%; 179 width:50%;
180 } 180 }
181 table.forum-index-table .forum-index_replies { 181 table.forum-index-table .forum-index_replies {
182 width:10%; 182 width:8%;
183 text-align:center; 183 text-align:center;
184 } 184 }
185 table.forum-index-table .forum-index_author { 185 table.forum-index-table .forum-index_author {
186 width:10%; 186 width:8%;
187 text-align:center; 187 text-align:center;
188 } 188 }
189 table.forum-index-table .forum-index_views { 189 table.forum-index-table .forum-index_views {
190 width:10%; 190 width:8%;
191 text-align:center; 191 text-align:center;
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:26%;
195 text-align:center; 195 text-align:center;
196 } 196 }
197 table.forum-index-table .forum-index_select { 197 table.forum-index-table .forum-index_select {
198 width:10%; 198 width:10%;
199 text-align:center; 199 text-align:center;