diff options
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 6 |
1 files changed, 4 insertions, 2 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 bcdbb5646a..dc36ab3f95 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 @@ -838,13 +838,15 @@ div.cbi-optionals { } .cbi-page-actions > .cbi-button-save, -.cbi-page-actions > .cbi-button-apply { +.cbi-page-actions > .cbi-button-apply, +.cbi-page-actions > form[method="post"] { margin-left: auto; } *::-ms-backdrop, .cbi-page-actions > .cbi-button-save, -.cbi-page-actions > .cbi-button-apply { +.cbi-page-actions > .cbi-button-apply, +.cbi-page-actions > form[method="post"] { margin-left: 50%; } |