diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-23 15:09:10 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-07-23 15:09:10 +0200 |
commit | efc1a5261ac2bdd0834bd3402416a78348838001 (patch) | |
tree | 5b07b1121408b01d6e7372c8293e67b13c35a59b /themes/luci-theme-openwrt | |
parent | 590d1cc74fe98c2659f250ecdff8801bd9d8fc0d (diff) |
luci-theme-openwrt: fix button placement quirk
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-openwrt')
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 3 |
1 files changed, 2 insertions, 1 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 83eae4f7e..4d3333739 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 @@ -851,7 +851,8 @@ div.cbi-optionals { } .cbi-page-actions > .cbi-button-apply + .cbi-button-save, -.cbi-page-actions > .cbi-button-save + form[method="post"] { +.cbi-page-actions > .cbi-button-save + form[method="post"], +.cbi-page-actions > form[method="post"] + form[method="post"] { margin-left: 3px; } |