mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-32508 course/formats: Respect single page course display mode
Topics and weeks have been converted to use a shared renderer to output their content. Note, I started with good intentions but this renderer has mixed paradgims due to fast and cheap winning out on the trinity. AMOS BEGIN MOV [currenttopic,access],[currentsection,format_topics] MOV [currentweek,access],[currentsection,format_weeks] AMOS END
This commit is contained in:
parent
143d743743
commit
1804b7c1bc
11 changed files with 756 additions and 531 deletions
|
@ -8,6 +8,11 @@
|
|||
|
||||
.course-content .section .activity img.activityicon {vertical-align:middle;height:16px;width:16px;}
|
||||
.course-content .section .activity .commands img.iconsmall {vertical-align: baseline;}
|
||||
.course-content .section-summary { border: 1px solid #DDD; margin-top: 5px; }
|
||||
.course-content .section-summary .section-title { margin: 2px 5px 2px 5px; }
|
||||
.course-content .section-summary .summarytext { margin: 2px 5px 2px 5px; }
|
||||
.course-content .section-navigation { display: block; padding: 10px }
|
||||
.course-content .section-navigation .right { float: right; }
|
||||
|
||||
#page-site-index .subscribelink {text-align:right;}
|
||||
#page-site-index .headingblock {margin-bottom: 9px;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue