login is possible
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user