diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-06-07 12:51:16 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-07-09 16:19:51 +0200 |
commit | c1621c6d329c329547e781a2622765f50766282a (patch) | |
tree | 835cf9700b9f7310494c8d16a8bf4e0f5178336e /themes/luci-theme-openwrt-2020/htdocs | |
parent | 5119fa2f7972534ac4634412f1963ab58e5ce74a (diff) |
luci-theme-openwrt-2020: add css class button-row
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'themes/luci-theme-openwrt-2020/htdocs')
-rw-r--r-- | themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css | 12 |
1 files changed, 12 insertions, 0 deletions
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 |