X-Git-Url: http://git.veekun.com/zzz-spline-forum.git/blobdiff_plain/3d22d513717cc7d52fc07eeece5cf81fb6ec6ee9..fa61b899bc9091483ddcacbbda99ec324e868b4f:/splinext/forum/templates/css/forum.mako diff --git a/splinext/forum/templates/css/forum.mako b/splinext/forum/templates/css/forum.mako index 0a2244b..dd35bfd 100644 --- a/splinext/forum/templates/css/forum.mako +++ b/splinext/forum/templates/css/forum.mako @@ -4,9 +4,11 @@ ul.forum-hierarchy li { margin: 0.25em; } .forum-access-level { font-size: 0.8em; padding: 0.25em 0.625em; font-style: italic; color: #606060; } .forum-access-level img { vertical-align: middle; } -table.forum-list { width: 100%; margin-top: 1em; } +table.forum-list { width: 100%; margin-top: 0.5em; } +table.forum-list .header-row th { vertical-align: middle; } table.forum-list .name { text-align: left; } table.forum-list td.name a { display: block; font-size: 1.5em; padding: 0.33em; } +table.forum-list td.name .forum-description { padding: 0.33em 0.5em; color: #404040; } table.forum-list .stats { width: 10em; text-align: center; } .forum-post-container { }