luci-theme-material: add css class button-row

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2024-06-07 12:51:00 +02:00
parent 991549c238
commit 5119fa2f79

View File

@@ -1749,6 +1749,19 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
max-height: none; max-height: none;
} }
.modal .button-row {
display: flex;
justify-content: space-between;
}
.modal .button-row > :not(:last-child) {
margin-right: .5em;
}
.modal .button-row > :first-child {
margin-right: auto;
}
body.modal-overlay-active { body.modal-overlay-active {
overflow: hidden; overflow: hidden;
height: 100vh; height: 100vh;