Right-align whole tfoot in forms

This commit is contained in:
Edgar P. Burkhart 2023-04-20 10:22:01 +02:00
parent a1d48ca246
commit e3ddf4cbaa
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ table.file-input tr :last-child {
padding-right: 0;
}
.buttons {
form tfoot {
text-align: right;
}
.buttons input {