summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-07-18 14:49:02 +0200
committerJo-Philipp Wich <jo@mein.io>2018-07-18 14:49:02 +0200
commit369553cd140b92ef61c05d9618d5bb71f19668a2 (patch)
treec9a8bdcc917853fb0afcdff19a1a94ce1cacbbe7 /themes
parent9b4efaefa1b4c94a7d976c8d65169bf056032e09 (diff)
luci-theme-openwrt: fix another instance of misplaced page action button
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes')
-rw-r--r--themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
index bcdbb5646..dc36ab3f9 100644
--- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@ -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%;
}