Skip to content

Commit

Permalink
MDL-77849 gradereport_grader: Align content in user identity cells
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihail Geshoski authored and ilyatregubov committed Apr 21, 2023
1 parent 2bfd75d commit bc977c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion grade/report/grader/styles.css
Expand Up @@ -174,7 +174,8 @@
display: inline-block;
}

.path-grade-report-grader .header {
.path-grade-report-grader .header,
.path-grade-report-grader td.userfield div {
padding-top: 6px;
}

Expand Down
2 changes: 1 addition & 1 deletion grade/templates/cellmenu.mustache
Expand Up @@ -38,7 +38,7 @@
"columncollapse": "<a class='dropdown-item' data-hider='hide' aria-label='Collapse' role='menuitem' href='#'>Collapse</a>"
}
}}
<div class="action-menu mb-1 moodle-actionmenu grader" data-collapse="menu">
<div class="action-menu moodle-actionmenu grader" data-collapse="menu">
<div class="dropdown">
<button class="btn btn-link btn-icon icon-size-3 cellmenubtn"
type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
Expand Down

0 comments on commit bc977c3

Please sign in to comment.