mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
11 lines
616 B
CSS
11 lines
616 B
CSS
|
/* Hide confusing form elements "Display description on course page" and
|
||
|
"Save and return to course" from module edit form because they
|
||
|
are not applicable in single activity course format */
|
||
|
body.format-singleactivity.path-mod.pagelayout-admin form.mform #fitem_id_showdescription,
|
||
|
body.format-singleactivity.path-mod.pagelayout-admin form.mform .fitem_actionbuttons#fgroup_id_buttonar #id_submitbutton {display:none;}
|
||
|
|
||
|
/* In mod_quiz hide "Back to course" button */
|
||
|
body.format-singleactivity.path-mod-quiz .quizattempt .continuebutton {display:none;}
|
||
|
|
||
|
body.format-singleactivity .tree_item.orphaned a {color:red;}
|