Skip to content

Commit

Permalink
Merge branch 'MDL-57065-311' of https://github.com/ferranrecio/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_311_STABLE
  • Loading branch information
junpataleta committed Jun 2, 2022
2 parents 4ba43b8 + 464a4cb commit 544d1ab
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme/boost/scss/moodle/debug.scss
Expand Up @@ -75,3 +75,13 @@ body.behat-site {
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 @@ -18917,6 +18917,12 @@ body.behat-site [data-region="message-drawer"] {
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
6 changes: 6 additions & 0 deletions theme/classic/style/moodle.css
Expand Up @@ -19106,6 +19106,12 @@ body.behat-site [data-region="message-drawer"] {
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 544d1ab

Please sign in to comment.