Fix padding on file input
This commit is contained in:
parent
5116133a52
commit
5e9fc9c0e7
1 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue