luci-theme-openwrt: fix another instance of misplaced page action button

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 369553cd14)
This commit is contained in:
Jo-Philipp Wich 2018-07-18 14:49:02 +02:00
parent 8d88802b83
commit 5d4c365f13

View file

@ -838,13 +838,15 @@ div.cbi-optionals {
}
.cbi-page-actions > .cbi-button-save,
.cbi-page-actions > .cbi-button-apply {
.cbi-page-actions > .cbi-button-apply,
.cbi-page-actions > form[method="post"] {
margin-left: auto;
}
*::-ms-backdrop,
.cbi-page-actions > .cbi-button-save,
.cbi-page-actions > .cbi-button-apply {
.cbi-page-actions > .cbi-button-apply,
.cbi-page-actions > form[method="post"] {
margin-left: 50%;
}