mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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
|
@ -51,6 +51,18 @@ body.behat-site {
|
|||
&.jsenabled #page-footer .footer-content-popover {
|
||||
display: block;
|
||||
}
|
||||
|
||||
&.path-grade-report-grader .gradeparent {
|
||||
tr.heading,
|
||||
tr.lastrow,
|
||||
th.header {
|
||||
position: relative;
|
||||
left: auto;
|
||||
}
|
||||
tr.heading {
|
||||
top: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.phpinfo table,
|
||||
|
|
|
@ -424,6 +424,32 @@
|
|||
table .clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
tr.heading {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
tr.lastrow {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1;
|
||||
|
||||
td,
|
||||
th {
|
||||
border-top: 1px solid $table-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
th.header {
|
||||
position: sticky;
|
||||
left: -3rem;
|
||||
}
|
||||
|
||||
td.noborder {
|
||||
border-right: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -116,6 +116,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.path-grade-report-grader .gradeparent {
|
||||
tr.heading {
|
||||
top: $navbar-height;
|
||||
}
|
||||
|
||||
th.header {
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// The block column needs some padding on small devices.
|
||||
@include media-breakpoint-down(sm) {
|
||||
.blockcolumn,
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
@ -19749,6 +19769,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 {
|
||||
|
@ -21544,6 +21573,12 @@ body {
|
|||
.show > .btn-outline-warning.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(166, 103, 14, 0.5); }
|
||||
|
||||
.path-grade-report-grader .gradeparent tr.heading {
|
||||
top: 50px; }
|
||||
|
||||
.path-grade-report-grader .gradeparent th.header {
|
||||
left: 0; }
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.blockcolumn,
|
||||
.region-main {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue