Fix padding on file input

This commit is contained in:
Edgar P. Burkhart 2023-04-18 15:35:35 +02:00
parent 5116133a52
commit 5e9fc9c0e7
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -17,10 +17,9 @@ form tbody textarea {
}
form input[type="checkbox"] {width: initial}
table.file-input tr {border: none}
table.file-input th {
text-align: left;
padding: 0;
}
table.file-input th {text-align: left}
table.file-input tr :first-child {padding-left: 0}
table.file-input tr :last-child {padding-right: 0}
form tfoot {
text-align: right;