Cleanup Login and removed the ancient obsolete <center> with small redesign

Also placed the loading description above the login form
This commit is contained in:
djmaze 2020-11-26 10:41:53 +01:00
parent 2047525ce6
commit 4adc672ccd
12 changed files with 192 additions and 271 deletions

View file

@ -32,17 +32,6 @@ option:disabled {
cursor: not-allowed;
}
body:before {
content: "";
position: fixed;
top: -10px;
left: 0;
width: 100%;
height: 8px;
z-index: 100;
box-shadow: 0 0 10px rgba(0,0,0,.6);
}
* {
outline: none;
}