From 8095ba5a2df02af99784a33cecea23ea284cfb9a Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 12 Oct 2018 10:58:14 +0200 Subject: luci-theme-material: fix css to show loading-img again Signed-off-by: Florian Eckert --- themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 2 +- 1 file changed, 1 insertion(+), 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 29c2a664e6..65aaf73be0 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -235,8 +235,8 @@ footer > a { .main > .loading > span > .loading-img { animation: anim-rotate 2s infinite linear; - margin-right: 0.2rem; display: inline-block; + margin: 5rem; } @keyframes anim-rotate { -- cgit v1.2.3