"Before clean"

This commit is contained in:
2018-02-28 10:25:08 +01:00
parent 738596a13f
commit ecfc6232a8
11 changed files with 279 additions and 36 deletions

View File

@@ -370,7 +370,7 @@ input.upload {
}
form {
width: 400px;
width: 450px;
text-align: center;
line-height: 40px;
}
@@ -379,8 +379,9 @@ form > label {
float: left;
}
form > input[type='text'], form > input[type='password'] {
form > input[type='text'], form > input[type='password'], form > select {
float: right;
width: 200px;
}
div.table_header {