mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-04-12 05:34:34 -04:00
Move dialog submit buttons to the right
This commit is contained in:
parent
88c0e5ae94
commit
d0b5f63a22
1 changed files with 6 additions and 0 deletions
|
@ -301,6 +301,12 @@ details summary {
|
|||
.dialog h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
.dialog form button:not([type="button"]) {
|
||||
float: right;
|
||||
}
|
||||
.dialog form {
|
||||
overflow: auto; /* hack to clear floating elements */
|
||||
}
|
||||
|
||||
kbd {
|
||||
background-color: #f0f0f0;
|
||||
|
|
Loading…
Add table
Reference in a new issue