T139 fields size adjusted
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user