forked from james-cnz/moodle-format_multitopic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
30 lines (24 loc) · 650 Bytes
/
styles.css
File metadata and controls
30 lines (24 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
body.format-multitopic ul.sections {
list-style: none;
}
/* INCLUDED from theme/boost/style/moodle.css */
body.format-multitopic ul.sections li.section .content.collapse:not(.show) {
display: none;
}
/* END INCLUDED */
/* ADDED */
/* Header */
body.format-multitopic .page-header-headings {
display: none;
}
body.format-multitopic #course-header {
width: 100%;
}
body.format-multitopic ul.sections li.section .sectionname .inplaceeditable {
display: inline;
}
/* Hide activity navigation. */
body.format-multitopic.path-mod.pagelayout-incourse #page #page-content .activity-navigation {
display: none;
}
/* END ADDED */