forked from CringeStudios/gamja
Move dialog submit buttons to the right
This commit is contained in:
parent
88c0e5ae94
commit
d0b5f63a22
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user