From: stronk7 Date: Wed, 3 May 2006 17:49:52 +0000 (+0000) Subject: Solving some changes in course-view and sections... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=02436153e07f37ef1ff549f78973a4eae6093f32;p=moodle.git Solving some changes in course-view and sections... Merged from MOODLE_16_STABLE --- diff --git a/theme/wood/styles_color.css b/theme/wood/styles_color.css index a686902f66..d164219fa1 100644 --- a/theme/wood/styles_color.css +++ b/theme/wood/styles_color.css @@ -13,11 +13,7 @@ #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;