From 369553cd140b92ef61c05d9618d5bb71f19668a2 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 18 Jul 2018 14:49:02 +0200 Subject: [PATCH] luci-theme-openwrt: fix another instance of misplaced page action button Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/openwrt.org/cascade.css | 6 ++++-- 1 file 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%; } -- 2.30.2