mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-78273 gradereport: Feedback modal styling
This commit is contained in:
parent
1b1a15a308
commit
e027a0ef03
2
grade/classes/external/get_feedback.php
vendored
2
grade/classes/external/get_feedback.php
vendored
@ -92,7 +92,7 @@ class get_feedback extends external_api {
|
||||
'feedbacktext' => $grade->feedback,
|
||||
'title' => $gradeitem->get_name(true),
|
||||
'fullname' => fullname($user),
|
||||
'picture' => $OUTPUT->user_picture($user, ['size' => 35, 'link' => false]),
|
||||
'picture' => $OUTPUT->user_picture($user, ['size' => 50, 'link' => false]),
|
||||
'additionalfield' => empty($extrafields) ? '' : $user->{$extrafields[0]},
|
||||
];
|
||||
}
|
||||
|
@ -48,7 +48,7 @@
|
||||
{{/picture}}
|
||||
</div>
|
||||
<div class="d-block">
|
||||
<span class="p-0">
|
||||
<span class="p-0 font-weight-bold">
|
||||
{{fullname}}
|
||||
</span>
|
||||
{{#additionalfield}}
|
||||
|
@ -1177,6 +1177,10 @@ div#dock {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
&.size-50 {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
&.size-64 {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
|
@ -33667,6 +33667,10 @@ div#dock {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
.userinitials.size-50 {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.userinitials.size-64 {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
|
@ -33667,6 +33667,10 @@ div#dock {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
.userinitials.size-50 {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.userinitials.size-64 {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user