Merge branch 'MDL-57065-400' of https://github.com/ferranrecio/moodle into MOODLE_400_STABLE

This commit is contained in:
Jun Pataleta
2022-06-02 12:03:18 +08:00
3 changed files with 23 additions and 0 deletions
+11
View File
@@ -90,3 +90,14 @@ body.behat-site {
background-color: #99c;
font-weight: bold;
}
// PHP debug messages.
body > .debuggingmessage {
margin-top: $navbar-height;
}
body > .debuggingmessage ~ .debuggingmessage {
margin-top: .5rem;
}
+6
View File
@@ -19914,6 +19914,12 @@ body.behat-site.path-grade-report-grader .gradeparent tr.heading {
background-color: #99c;
font-weight: bold; }
body > .debuggingmessage {
margin-top: 60px; }
body > .debuggingmessage ~ .debuggingmessage {
margin-top: .5rem; }
/**
* This file contains the styles required to make the footer sticky.
*/
+6
View File
@@ -19860,6 +19860,12 @@ body.behat-site.path-grade-report-grader .gradeparent tr.heading {
background-color: #99c;
font-weight: bold; }
body > .debuggingmessage {
margin-top: 50px; }
body > .debuggingmessage ~ .debuggingmessage {
margin-top: .5rem; }
/**
* This file contains the styles required to make the footer sticky.
*/