login fixed

This commit is contained in:
Marc Wäckerlin
2017-03-14 10:59:11 +00:00
parent f6ed33dad1
commit 18a92c7f40
5 changed files with 1864 additions and 11 deletions

View File

@@ -347,6 +347,17 @@ table.docker li+li {
color: green;
}
#login form {
display: table;
}
#login form .row {
display: table-row;
}
#login form .row > * {
display: table-cell;
}
#console {
background-color: black;
color: white;