Merge branch 'wip-mdl-51881-m30' of https://github.com/rajeshtaneja/moodle into MOODLE_30_STABLE

This commit is contained in:
Andrew Nicols
2016-01-05 14:09:22 +08:00
6 changed files with 206 additions and 131 deletions
+10 -1
View File
@@ -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