From 8a8c3ae57be2835ec423406d09b2b4e630941bde Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 26 Sep 2018 10:44:25 +0200 Subject: luci-theme-material: fix partly hidden logout navbar item Signed-off-by: Florian Eckert Signed-off-by: Konrad Kreitmair --- themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'themes/luci-theme-material/htdocs/luci-static/material') 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 c6e893715d..8fa45d9809 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -400,7 +400,8 @@ header > .fill > .container > .status { } .main > .main-left > .nav > li:nth-last-child(1) { - margin-top: 2rem; + margin-top: 1rem; + margin-bottom: 1rem; font-size: 1.2rem; } -- cgit v1.2.3