mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'wip-mdl-51881' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
887785db42
6 changed files with 206 additions and 131 deletions
|
@ -1,3 +1,12 @@
|
|||
// Here we are forcing the navbar to be absolutely positioned for behat, because
|
||||
// when driver scrolls something into view in browser it doesn't account
|
||||
// for fixed positioned elements that end up obscuring the item thus
|
||||
// leading to errors that could be avoided by scrolling an additional amount.
|
||||
body.behat-site {
|
||||
.navbar-fixed-top {
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
.phpinfo table,
|
||||
.phpinfo th,
|
||||
.phpinfo h2 {
|
||||
|
@ -89,4 +98,4 @@
|
|||
#page-footer .purgecaches,
|
||||
#page-footer .performanceinfo {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue