login is possible

This commit is contained in:
Marc Wäckerlin
2016-09-20 15:00:00 +00:00
parent 82bb795b85
commit 53a51b354c
22 changed files with 1721 additions and 1018 deletions

View File

@@ -156,6 +156,7 @@ table.docker li+li {
#statusbar {
position: fixed;
width: 100%;
left: 0;
right: 0;
bottom: 0;
@@ -163,8 +164,22 @@ table.docker li+li {
padding: 0 1em 0 1em;
color: white;
}
#status: {
float: right;
#status {
position: fixed;
right: 0;
bottom: 0;
margin: 0 1em 0 1em;
padding: 0 1em 0 1em;
}
#good {
color: green;
}
#authentication {
color: yellow;
}
#bad {
color: red;
}
@media (max-width: 45em) {
#username {
@@ -234,7 +249,7 @@ table.docker li+li {
background-color: #777;
}
#main, #logs, #console, #create {
#main, #logs, #console, #create, #login {
position: fixed;
top: 1.5em;
left: 0;
@@ -246,7 +261,7 @@ table.docker li+li {
bottom: 1.5em;
}
#main, #create {
#main, #create, #login {
background-color: white;
}