working on configuration
This commit is contained in:
23
static/templates/css.st
Normal file
23
static/templates/css.st
Normal file
@@ -0,0 +1,23 @@
|
||||
label {
|
||||
display: block;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
#login form {
|
||||
width: 450px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.error{
|
||||
display: block;
|
||||
text-align: center;
|
||||
background: orange;
|
||||
}
|
||||
|
||||
.user{
|
||||
background: lime;
|
||||
}
|
||||
Reference in New Issue
Block a user