]> git.mjollnir.org Git - moodle.git/commitdiff
Solving some changes in course-view and sections...
authorstronk7 <stronk7>
Wed, 3 May 2006 17:49:52 +0000 (17:49 +0000)
committerstronk7 <stronk7>
Wed, 3 May 2006 17:49:52 +0000 (17:49 +0000)
Merged from MOODLE_16_STABLE

theme/wood/styles_color.css

index a686902f660d04963631c6973fb1222ae15005ba..d164219fa1145f7a2709b5198705d467f5ccbd67 100644 (file)
 #grade-exceptions table .generalboxcontent,
 #mod-forum-view table.forumheaderlist td,
 #mod-assignment-submissions table.submissions th,
-#mod-assignment-submissions table.submissions td,
-#course-view .section td,
-#course-view .section .side,
-#course-view .section .left,
-#course-view .section .content {
+#mod-assignment-submissions table.submissions td {
     border:none;
     background:none;
 }
@@ -177,7 +173,8 @@ h2.header,
 .generalbox,
 .courseboxcontent,
 .categoryboxcontent,
-.cal_popup_fg {
+.cal_popup_fg,
+#course-view .section td.content {
     border-top:1px solid #FFCC99;
     border-left:1px solid #FFCC99;
     border-bottom:1px solid #330000;
@@ -192,7 +189,6 @@ h2.header,
 #mod-chat-gui_header_js-users,
 #admin-index .c1,
 #admin-config .c1,
-#course-view .section .content,
 #grade-index .generaltableheader,
 #grade-index .generalboxcontent,
 #grade-exceptions .generaltableheader,
@@ -209,7 +205,8 @@ h2.header,
 
 /** Places using the vertical medium wood texture with borders **/
 
-#notused {
+#notused,
+#course-view .section td.side {
     border-top:1px solid #FFCC99;
     border-left:1px solid #FFCC99;
     border-bottom:1px solid #330000;
@@ -221,7 +218,6 @@ h2.header,
 
 /** Places using the vertical medium wood texture without borders **/
 
-#course-view .section .side,
 .glossarypost .left,
 .glossarycomment .left,
 #calendar .maincalendar .eventlist .event .picture,
@@ -277,15 +273,14 @@ h2.header,
     border-collapse: separate;
 }
 
-/** Places using an standard border **/
+/** Places using just standard borders **/
 
 .read,
 .forumheaderlist,
 .glossarypost,
 .glossarycomment,
 #mod-assignment-submissions .submissions,
-#mod-forum-view .forumheaderlist,
-#course-view .section.main {
+#mod-forum-view .forumheaderlist {
     border-top:1px solid #FFCC99;
     border-left:1px solid #FFCC99;
     border-bottom:1px solid #330000;