From: Matthijs Kooijman <matthijs@stdin.nl>
Date: Fri, 14 Nov 2008 13:32:15 +0000 (+0100)
Subject: Improve CSS of comments in the admin.
X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=0386871f87ae12833fae51c83c4386ba0743a17b;p=matthijs%2Fprojects%2Fxerxes.git

Improve CSS of comments in the admin.
---

diff --git a/media/base/css/admin.css b/media/base/css/admin.css
index 65c082a..f1d81e6 100644
--- a/media/base/css/admin.css
+++ b/media/base/css/admin.css
@@ -2,3 +2,21 @@
 	padding-left: 10px;
 	padding-top:  10px;
 }
+
+.comment-body {
+    font-family: monospace;
+}
+
+.commentReplyForm label {
+    font-weight: bold;
+}
+
+.comment {
+	border: solid black 2px;
+	margin-top: 2px;
+    padding: 3px;
+}
+
+.comment.private {
+    border-color: red;
+}