mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-74812-master' of https://github.com/junpataleta/moodle
This commit is contained in:
commit
d380bec38e
8 changed files with 250 additions and 251 deletions
|
@ -246,7 +246,7 @@ class renderer extends \plugin_renderer_base {
|
|||
|
||||
$description = $header->preface;
|
||||
if ($header->showintro || $header->activity) {
|
||||
$description = $this->output->box_start('generalbox boxaligncenter', 'intro');
|
||||
$description = $this->output->box_start('generalbox boxaligncenter');
|
||||
if ($header->showintro) {
|
||||
$description .= format_module_intro('assign', $header->assign, $header->coursemoduleid);
|
||||
}
|
||||
|
|
|
@ -782,23 +782,6 @@
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric.evaluate .criterion .levels .level:hover {
|
||||
background-color: #dff0d8;
|
||||
}
|
||||
|
||||
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .levels .level.checked {
|
||||
background-color: #dff0d8;
|
||||
border: none;
|
||||
border-left: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .levels .level .score {
|
||||
color: #468847;
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .remark textarea {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue