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:
parent
97b3e5773d
commit
867fcff8bb
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue