luci-theme-openwrt: fix button placement quirk
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
590d1cc74f
commit
efc1a5261a
@ -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…
x
Reference in New Issue
Block a user