T139 fields size adjusted

This commit is contained in:
2021-03-18 12:02:13 +01:00
parent 327bbcdd45
commit 927a18b694
4 changed files with 130 additions and 80 deletions

View File

@@ -276,4 +276,30 @@ input:focus {
color: #f1f1f1 !important;
background: #999999 !important;
cursor: default !important;
}
}
#historyFunction {
margin-top: 30px;
margin-bottom: 30px;
width: 670px;
display: flex;
align-content: space-between;
}
#historyFunction div {
width: 250px;
margin-left: 10px;
margin-right: 10px;
}
#historyFunction div input {
width: 75%;
}
#historyFunction button {
width: 100px;
margin-left: 15px;
margin-right: 15px;
}