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: https://git.librecmc.org/?a=commitdiff_plain;h=867fcff8bbdaba6eca600d3999ca2d2b93b36204;p=oweals%2Fluci.git luci-theme-openwrt: fix button placement quirk Signed-off-by: Jo-Philipp Wich (cherry picked from commit efc1a5261ac2bdd0834bd3402416a78348838001) --- 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; }