summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-openwrt/htdocs/luci-static
diff options
context:
space:
mode:
Diffstat (limited to 'themes/luci-theme-openwrt/htdocs/luci-static')
-rw-r--r--themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
index fbb53f9e99..6ef9d63e72 100644
--- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@ -242,6 +242,19 @@ hr {
overflow: auto;
}
+.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 {
overflow: hidden;
}