Restructure the login page

This commit is contained in:
Johannes Zellner
2015-08-10 13:56:52 +02:00
parent 1025249e93
commit 2c2471811d
3 changed files with 60 additions and 25 deletions

View File

@@ -665,6 +665,31 @@ footer a {
}
// ----------------------------
// Oauth classes
// ----------------------------
.oauth {
height: 100%;
width: 100%;
padding: 0;
background: #F7F7F7;
.main-container {
height: 100%;
width: 100%;
display: table;
}
.main-container>.row {
display: table-cell;
text-align: center;
vertical-align: middle;
width: 100%;
}
}
// ----------------------------
// Graphs classes
// ----------------------------