mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
Merge branch 'MDL-73612-master-2' of https://github.com/bmbrands/moodle
This commit is contained in:
commit
a70a2b25de
17 changed files with 177 additions and 3548 deletions
|
@ -19522,6 +19522,26 @@ p.arrow_button {
|
|||
.path-grade-report-grader .gradeparent table .clickable {
|
||||
cursor: pointer; }
|
||||
|
||||
.path-grade-report-grader .gradeparent tr.heading {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1; }
|
||||
|
||||
.path-grade-report-grader .gradeparent tr.lastrow {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1; }
|
||||
.path-grade-report-grader .gradeparent tr.lastrow td,
|
||||
.path-grade-report-grader .gradeparent tr.lastrow th {
|
||||
border-top: 1px solid #dee2e6; }
|
||||
|
||||
.path-grade-report-grader .gradeparent th.header {
|
||||
position: sticky;
|
||||
left: -3rem; }
|
||||
|
||||
.path-grade-report-grader .gradeparent td.noborder {
|
||||
border-right: transparent; }
|
||||
|
||||
/**
|
||||
* User report.
|
||||
*/
|
||||
|
@ -19803,6 +19823,15 @@ body.behat-site [data-region="message-drawer"] {
|
|||
body.behat-site.jsenabled #page-footer .footer-content-popover {
|
||||
display: block; }
|
||||
|
||||
body.behat-site.path-grade-report-grader .gradeparent tr.heading,
|
||||
body.behat-site.path-grade-report-grader .gradeparent tr.lastrow,
|
||||
body.behat-site.path-grade-report-grader .gradeparent th.header {
|
||||
position: relative;
|
||||
left: auto; }
|
||||
|
||||
body.behat-site.path-grade-report-grader .gradeparent tr.heading {
|
||||
top: auto; }
|
||||
|
||||
.phpinfo table,
|
||||
.phpinfo th,
|
||||
.phpinfo h2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue