luci-theme-openwrt-2020: 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:16 +02:00
parent 5119fa2f79
commit c1621c6d32

View File

@@ -275,6 +275,18 @@ body.modal-overlay-active #modal_overlay {
.modal .cbi-section > legend:first-child { font-size: 120%; }
.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;
}
/*
* table layout