]> git.mjollnir.org Git - moodle.git/commitdiff
Changes to support table-less course formats
authorstronk7 <stronk7>
Sat, 19 Apr 2008 00:33:33 +0000 (00:33 +0000)
committerstronk7 <stronk7>
Sat, 19 Apr 2008 00:33:33 +0000 (00:33 +0000)
theme/wood/styles_color.css

index 3b66307ba29d71221bd162ab0161e66f6cb5af85..a08463ac07d7670e5667fa18724c564c89eb8aa3 100644 (file)
@@ -25,7 +25,11 @@ ul.tabrow1 li a:visited,
 .sideblock .r1,
 .generaltable .cell,
 div.sideblock table.minicalendar,
-.sideblock .hide-show-image {
+.sideblock .hide-show-image,
+#course-view .weeks .content,
+#course-view .topics .content,
+#course-view .weeks .section,
+#course-view .topics .section {
     border:none;
     background:none;
 }
@@ -288,6 +292,8 @@ form.mform fieldset,
 
 /** Places using the vertical ultra-white wood texture without borders **/
 
+#course-view .weeks .section.mainn .content,
+#course-view .topics .section.main .content,
 #mod-chat-gui_header_js-users,
 #grade-index .generaltableheader,
 #grade-index .generalboxcontent,
@@ -327,7 +333,8 @@ form.mform fieldset,
 
 /** Places using the vertical medium wood texture with borders **/
 
-#notused,
+#course-view .weeks .section.main,
+#course-view .topics .section.main,
 #course-view .section td.side {
     border-top:1px solid #FFCC99;
     border-left:1px solid #FFCC99;