luci-theme-openwrt: fix button placement quirk
authorJo-Philipp Wich <jo@mein.io>
Mon, 23 Jul 2018 13:09:10 +0000 (15:09 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 23 Jul 2018 13:09:10 +0000 (15:09 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 83eae4f7e2aa76e53fd04c87395a49ec5b90c09a..4d3333739ca2d7710db09aeaa36038ec7af9ed56 100644 (file)
@@ -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;
 }