basic authentication

This commit is contained in:
sava
2020-03-27 22:24:01 +01:00
parent 8676f94dcc
commit 891f219379
13 changed files with 197 additions and 87 deletions

34
it1/css/form.css Normal file
View File

@@ -0,0 +1,34 @@
#content {
margin: 2vh;
margin-left: 13vw;
margin-right: 42.0vw;
}
.top {
margin-top: 9vh;
}
#status {
margin-top: 1vh;
}
#form > div > * {
margin-bottom: 1vh;
}
#form > div > label {
margin-bottom: 0.33vh;
}
.form-control {
background-color: #333;
border-color: #222;
color: lime;
}
.form-control:focus {
background-color: #555;
border-color: #333;
color: lime;
}