This commit is contained in:
Andrew Nicols 2016-01-05 14:08:18 +08:00
commit 887785db42
6 changed files with 206 additions and 131 deletions

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