diff media/css/base.css @ 98:d0d779dd0832

Forums: flag posts.
author Brian Neal <bgneal@gmail.com>
date Sun, 13 Sep 2009 21:45:35 +0000
parents 806399f3b950
children e67c4dd98db5
line wrap: on
line diff
--- a/media/css/base.css	Sun Sep 13 19:58:31 2009 +0000
+++ b/media/css/base.css	Sun Sep 13 21:45:35 2009 +0000
@@ -206,6 +206,7 @@
    border-right: 1px solid #ccc;
    border-bottom: 1px solid black;
    vertical-align: top;
+   font-size: x-small;
 }
 td.forum-post-body {
    vertical-align: top;
@@ -217,11 +218,17 @@
    font-size:.8em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
+   padding-bottom: 5px;
 }
 div.forum-post-info img {
    float: left;
    margin-right: 5px;
 }
+div.forum-post-info-tools {
+   border-top: 1px solid #ccc;
+   padding-top: 5px;
+   text-align: right;
+}
 .forums-post-navigation {
    text-align: right;
 }