From ba052c0cc94a1b1acbe3322e9e3705f71f7134ac Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 7 Jan 2009 07:36:48 +0000 Subject: Extract the Akismet driver from the Spam_Filter module into a module in its own right. Clean up the tests, streamline the code and improve the admin interaction. Add a working stats page. --- themes/default/css/screen.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index e990571a..9a955699 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -266,6 +266,7 @@ li.gError select { /* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */ +#gAdminAkismet .gSuccess, #gSiteStatus li, #gMessage li { border: 1px solid #ccc; @@ -299,6 +300,7 @@ li.gError select { background-image: url('../images/ico-info.png'); } +#gAdminAkismet .gSuccess, #gSiteStatus .gSuccess, #gMessage .gSuccess { background-color: #cfc; -- cgit v1.2.3