diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-08-08 10:42:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 10:42:25 +0200 |
commit | 7609919605f9aca129d4dd72d16c8bd3b6471788 (patch) | |
tree | c33f24a5c074cf3f9b7baa9c38a9daecd9c4b8d6 /themes/luci-theme-material/htdocs/luci-static/material/cascade.css | |
parent | 849a5bb54e0b53af46daf109157724c3c2540c2f (diff) | |
parent | 327e284b74bd272aa1afaa8b9728c36276440057 (diff) |
Merge pull request #2042 from Ansuel/apprebooy
luci-mod-admin-full: improve applyreboot page
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material/cascade.css')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 2d8bd10cc9..4875c33f8d 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1732,6 +1732,17 @@ body.lang_pl.node-main-login .cbi-value-title { width: 12rem; } +/* applyreboot fix */ + +#applyreboot-container { + margin: 2rem; +} + +#applyreboot-section { + margin: 2rem; + line-height: 300%; +} + @media screen and (max-width: 1600px) { .main-left { width: calc(0% + 13rem); |