From c1621c6d329c329547e781a2622765f50766282a Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 7 Jun 2024 12:51:16 +0200 Subject: luci-theme-openwrt-2020: add css class button-row Signed-off-by: Florian Eckert --- .../htdocs/luci-static/openwrt2020/cascade.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'themes/luci-theme-openwrt-2020/htdocs') diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index 277af225f6..46120e8131 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -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 -- cgit v1.2.3