From 867fcff8bbdaba6eca600d3999ca2d2b93b36204 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 23 Jul 2018 15:09:10 +0200 Subject: [PATCH] luci-theme-openwrt: fix button placement quirk Signed-off-by: Jo-Philipp Wich (cherry picked from commit efc1a5261ac2bdd0834bd3402416a78348838001) --- .../htdocs/luci-static/openwrt.org/cascade.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 83eae4f7e..4d3333739 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; } -- 2.25.1