diff options
author | YanlanShen <yanlan.Shen@rosinson.com> | 2019-03-10 16:19:06 +0800 |
---|---|---|
committer | YanlanShen <yanlan.Shen@rosinson.com> | 2019-03-10 18:45:09 +0800 |
commit | 78b75ec9eaea4a1f7fa4315fc17f4b03b00f9773 (patch) | |
tree | ec164175b8efe4e12c4cb85b35f1271f7af038ba /themes/luci-theme-rosy | |
parent | cb0532d14155334a638debc727d9e9e61644f3e5 (diff) |
luci-theme-rosy: Modification of header style of Web pages.
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
Diffstat (limited to 'themes/luci-theme-rosy')
-rw-r--r-- | themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css index 787002cbc..eb3022a91 100644 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css @@ -2618,13 +2618,7 @@ input[name="nslookup"] { } .logged-in header { - z-index: 2000; - top: 0; - left: 0; - width: 100%; - border-radius: 0; - border: none; - border-bottom: 1px solid #ddd; + width: calc(100% - 2rem); } .showSide, @@ -2637,13 +2631,12 @@ input[name="nslookup"] { display: none; z-index: 1000; position: fixed; - top: 3rem; + top: 0; bottom: 0; left: 0; right: 0; border-radius: 0; background-color: rgba(0, 0, 0, .3); - height: calc(100% - 3rem); } .logged-in .main-left .nav-container { |