]> git.mjollnir.org Git - s9y.git/commitdiff
BP Template: Added red border around pending comments
authorbrockhaus <brockhaus>
Sun, 2 Sep 2007 13:57:11 +0000 (13:57 +0000)
committerbrockhaus <brockhaus>
Sun, 2 Sep 2007 13:57:11 +0000 (13:57 +0000)
templates/bulletproof/admin/style.css

index f5077c0cbff4a5823e73490ee2288e0a1411b810..bebdd99e30c6183a4a4b61e1fb5cc245a14dff0a 100644 (file)
@@ -542,3 +542,7 @@ span.serendipityTemplateSelectName {
     padding: 0;
 }
 
+/* Pending comments in the admins comment list */
+.serendipity_admin_comment_pending {
+    border: 2px solid #FF0000;
+}
\ No newline at end of file