From d4e2eba36422a277f7f1f2ca932557b0c0e7b215 Mon Sep 17 00:00:00 2001 From: donchambers Date: Thu, 6 Sep 2007 16:19:06 +0000 Subject: [PATCH] BP - relocated rule for pending comments, added rule to fluid stylesheet. --- templates/bulletproof/admin/style.css | 9 +++++++++ templates/bulletproof/admin/style_fluid.css | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/templates/bulletproof/admin/style.css b/templates/bulletproof/admin/style.css index f5077c0..9d3623b 100644 --- a/templates/bulletproof/admin/style.css +++ b/templates/bulletproof/admin/style.css @@ -374,6 +374,11 @@ ul.serendipitySideBarMenuMain .serendipitySideBarMenuFoot { font-size: 100%; } +/* Pending comments in the admins comment list */ +.serendipity_admin_comment_pending { + border: 2px solid #FF0000; +} + /* new input classes available in s9y v1.2 */ .input_checkbox, .input_radio, .input_file, .input_textbox, .input_button, label, select, textarea{ font: 100% Verdana, Arial, Helvetica, sans-serif; @@ -542,3 +547,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 diff --git a/templates/bulletproof/admin/style_fluid.css b/templates/bulletproof/admin/style_fluid.css index ae904b2..b56e83a 100644 --- a/templates/bulletproof/admin/style_fluid.css +++ b/templates/bulletproof/admin/style_fluid.css @@ -377,6 +377,11 @@ ul.serendipitySideBarMenuMain .serendipitySideBarMenuFoot { font-size: 100%; } +/* Pending comments in the admins comment list */ +.serendipity_admin_comment_pending { + border: 2px solid #FF0000; +} + /* new input classes available in s9y v1.2 */ .input_checkbox, .input_radio, .input_file, .input_textbox, .input_button, label, select, textarea{ font: 100% Verdana, Arial, Helvetica, sans-serif; -- 2.39.5