Fix text flow in header (fixes #63)

This commit is contained in:
Raphael Michel
2015-06-03 00:20:22 +02:00
parent 72ee9bffed
commit 8430da34ca
2 changed files with 13 additions and 6 deletions

View File

@@ -12,11 +12,14 @@ footer {
}
.page-header {
position: relative;
}
.page-header .loginbox {
position: absolute;
right: 0;
bottom: 20px;
padding-bottom: 9px;
h1 {
margin: 0;
}
.loginbox {
padding-top: 15px;
}
}
.js-only {
display: none;