mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 15:36:22 +04:00
luci-theme-openwrt: fix another instance of misplaced page action button
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user