]> git.mjollnir.org Git - moodle.git/commitdiff
fix course display
authorstronk7 <stronk7>
Sun, 16 Aug 2009 18:59:15 +0000 (18:59 +0000)
committerstronk7 <stronk7>
Sun, 16 Aug 2009 18:59:15 +0000 (18:59 +0000)
theme/wood/styles_color.css

index 3f977eed1a5097de69105c477be40c201ade6527..9318b554d5e4e886839ffea79ad6e9080d67b3b7 100644 (file)
@@ -26,10 +26,10 @@ ul.tabrow1 li a:visited,
 .generaltable .cell,
 div.sideblock table.minicalendar,
 .sideblock .hide-show-image,
-#course-view .weeks .content,
-#course-view .topics .content,
-#course-view .weeks .section,
-#course-view .topics .section {
+.course-view .weeks .content,
+.course-view .topics .content,
+.course-view .weeks .section,
+.course-view .topics .section {
     border:none;
     background:none;
 }
@@ -263,7 +263,6 @@ legend,
 .coursebox,
 .categorybox,
 .cal_popup_fg,
-#course-view .section td.content,
 table.files,
 #admin-index .generalbox,
 .generalbox,
@@ -291,8 +290,7 @@ form.mform fieldset,
 
 /** Places using the vertical ultra-white wood texture without borders **/
 
-#course-view .weeks .section.main .content,
-#course-view .topics .section.main .content,
+.course-view .section.main .content,
 #mod-chat-gui_header_js-users,
 #grade-index .generaltableheader,
 #grade-index .generalboxcontent,
@@ -332,9 +330,7 @@ form.mform fieldset,
 
 /** Places using the vertical medium wood texture with borders **/
 
-#course-view .weeks .section.main,
-#course-view .topics .section.main,
-#course-view .section td.side {
+.course-view .section.main {
     border-top:1px solid #FFCC99;
     border-left:1px solid #FFCC99;
     border-bottom:1px solid #330000;