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:
parent
8d88802b83
commit
5d4c365f13
1 changed files with 4 additions and 2 deletions
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue