luci-theme-openwrt: fix button placement quirk

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit efc1a5261a)
This commit is contained in:
Jo-Philipp Wich 2018-07-23 15:09:10 +02:00
parent 97b3e5773d
commit 867fcff8bb

View 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;
}