From: moodler Date: Thu, 13 Apr 2006 05:54:44 +0000 (+0000) Subject: New style for draft blog posts X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0b2d7e7ecaebbe9afd57bd88547d4d49360586bd;p=moodle.git New style for draft blog posts --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index cb728be7ec..a9bc3b98fa 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -312,14 +312,24 @@ table.flexible .r1 { border-color:#AAAAAA; } + +/*** + *** Blogs + ***/ + +.blogpost.blogdraft .content { + background-color:#EEEEEE; +} + .block_blog_tags .official { - color: #0000cc; + color: #0000cc; } .block_blog_tags .personal { - color: #666699; + color: #666699; } + /*** *** Calendar ***/