Merge branch 'MDL-57065-400' of https://github.com/ferranrecio/moodle into MOODLE_400_STABLE
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user