From: moodler Date: Thu, 4 Jan 2007 15:59:26 +0000 (+0000) Subject: Style fixes related to coursebox fixes MDL-7861 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cdcbb2dd2272d7c94b9c358a3331a921d45965ab;p=moodle.git Style fixes related to coursebox fixes MDL-7861 --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 0971800875..d105e7a7d6 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -574,7 +574,7 @@ table.minicalendar { } .categoryboxcontent, -.courseboxcontent { +.coursebox { border-color:#DDDDDD; } body#course-user .section { diff --git a/theme/standard/styles_moz.css b/theme/standard/styles_moz.css index 66d076403b..ac29d4a718 100644 --- a/theme/standard/styles_moz.css +++ b/theme/standard/styles_moz.css @@ -81,8 +81,8 @@ } .categorybox, .categoryboxcontent, -.coursebox, .courseboxcontent { - -moz-border-radius:20px; +.coursebox { + -moz-border-radius:10px; }