From: Jo-Philipp Wich Date: Mon, 23 Jul 2018 13:09:10 +0000 (+0200) Subject: luci-theme-openwrt: fix button placement quirk X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=efc1a5261ac2bdd0834bd3402416a78348838001;p=project%2Fluci.git luci-theme-openwrt: fix button placement quirk Signed-off-by: Jo-Philipp Wich --- 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 83eae4f7e2..4d3333739c 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 @@ -851,7 +851,8 @@ div.cbi-optionals { } .cbi-page-actions > .cbi-button-apply + .cbi-button-save, -.cbi-page-actions > .cbi-button-save + form[method="post"] { +.cbi-page-actions > .cbi-button-save + form[method="post"], +.cbi-page-actions > form[method="post"] + form[method="post"] { margin-left: 3px; }