]> git.mjollnir.org Git - moodle.git/commitdiff
Style fixes related to coursebox fixes MDL-7861
authormoodler <moodler>
Thu, 4 Jan 2007 15:59:26 +0000 (15:59 +0000)
committermoodler <moodler>
Thu, 4 Jan 2007 15:59:26 +0000 (15:59 +0000)
theme/standard/styles_color.css
theme/standard/styles_moz.css

index 09718008752671fca4284094a7ba30a28261bf01..d105e7a7d643be3024aac4a5e1efbd248c2354ab 100644 (file)
@@ -574,7 +574,7 @@ table.minicalendar {
 }
 
 .categoryboxcontent,
-.courseboxcontent {
+.coursebox {
   border-color:#DDDDDD;
 }
 body#course-user .section {
index 66d076403be61d398a155a1a217a42375dbf849b..ac29d4a71898d44afc4ec672059f1b5c56400ff4 100644 (file)
@@ -81,8 +81,8 @@
 }
 
 .categorybox, .categoryboxcontent, 
-.coursebox, .courseboxcontent {
-  -moz-border-radius:20px;
+.coursebox {
+  -moz-border-radius:10px;
 }