mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-33442 Course: actions bring you back where you came from
This commit is contained in:
parent
778121751d
commit
76055f5de4
6 changed files with 41 additions and 31 deletions
|
@ -13,6 +13,7 @@
|
|||
.course-content .section-summary .section-title { margin: 2px 5px 2px 5px; }
|
||||
.course-content .section-summary .summarytext { margin: 2px 5px 2px 5px; }
|
||||
.course-content .section-summary .section-summary-activities .activity-count {margin-right: 10px;color: #AAA; font-size: 12px; margin-right: 15px;}
|
||||
.course-content .section-summary .summary { margin-top: 5px; }
|
||||
.course-content .single-section { margin-top: 1em; }
|
||||
.course-content .single-section .section-navigation { display: block; padding: 0.5em; margin-bottom: -0.5em; }
|
||||
.course-content .single-section .section-navigation .title { font-weight: bold; font-size: 108%; }
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
.path-course-view .weeks .current,
|
||||
.path-course-view .topics .current,
|
||||
.path-course-view .current td.side {background: #FFD991;}
|
||||
.path-course-view .section-summary.current {border-color: #FFD991;}
|
||||
.path-course-view .weeks .hidden,
|
||||
.path-course-view .topics .hidden,
|
||||
.path-course-view .hidden td.side {background: #DDDDDD;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue