diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-18 12:04:22 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-07-18 12:05:05 +0200 |
commit | 68dae07225c44ca43aec7d4826ebc954d0c9ef10 (patch) | |
tree | 587153d815a5c1064f3ec8b8472844284df12c66 /themes/luci-theme-openwrt | |
parent | 29f542fa6274337b366ccad9b268aba639936430 (diff) |
luci-theme-openwrt: fixes for page action button placement
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 | 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"], |