luci-theme-openwrt: fix another instance of misplaced page action button
authorJo-Philipp Wich <jo@mein.io>
Wed, 18 Jul 2018 12:49:02 +0000 (14:49 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 18 Jul 2018 12:49:02 +0000 (14:49 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css

index bcdbb5646a12a707ce015f6387b895c82bc91f79..dc36ab3f958d7978923959e9fcae232eb96e2452 100644 (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%;
 }