diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 16 |
1 files changed, 10 insertions, 6 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 29e7827aa..bcdbb5646 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 @@ -837,15 +837,19 @@ div.cbi-optionals { margin: 0 3px 0 0; } -.cbi-page-actions > .cbi-button-link, -.cbi-page-actions > form[method="get"]:first-child { - margin-right: auto; +.cbi-page-actions > .cbi-button-save, +.cbi-page-actions > .cbi-button-apply { + margin-left: auto; } *::-ms-backdrop, -.cbi-page-actions > .cbi-button-link, -.cbi-page-actions > form[method="get"]:first-child { - margin-right: 50%; +.cbi-page-actions > .cbi-button-save, +.cbi-page-actions > .cbi-button-apply { + margin-left: 50%; +} + +.cbi-page-actions > .cbi-button-apply + .cbi-button-save { + margin-left: 3px; } .th[data-type="button"], .td[data-type="button"], |