Skip to content

Commit

Permalink
Merge branch 'MDL-57065-master' of https://github.com/ferranrecio/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jun 2, 2022
2 parents 913db0b + bfc713c commit 3c69b2a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions theme/boost/scss/moodle/debug.scss
Expand Up @@ -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 changes: 6 additions & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -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.
*/
Expand Down
6 changes: 6 additions & 0 deletions theme/classic/style/moodle.css
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 3c69b2a

Please sign in to comment.