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-openwrt/htdocs | |
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-openwrt/htdocs')
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 5 |
1 files changed, 5 insertions, 0 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 197166b73a..e7952338ef 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 @@ -379,6 +379,11 @@ textarea#syslog { border-color: #444444; } +#applyreboot-section { + margin: 2rem; + line-height: 300%; +} + .lang_he #maincontent { direction: rtl; } |