mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Changes to support table-less course formats
This commit is contained in:
parent
0f77b186f1
commit
9d4c8748d9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user