Move dialog submit buttons to the right

This commit is contained in:
Simon Ser 2021-03-09 19:08:16 +01:00
parent 88c0e5ae94
commit d0b5f63a22

View File

@ -301,6 +301,12 @@ details summary {
.dialog h2 { .dialog h2 {
margin-top: 0; margin-top: 0;
} }
.dialog form button:not([type="button"]) {
float: right;
}
.dialog form {
overflow: auto; /* hack to clear floating elements */
}
kbd { kbd {
background-color: #f0f0f0; background-color: #f0f0f0;