From: Florian Eckert Date: Fri, 12 Oct 2018 08:58:14 +0000 (+0200) Subject: luci-theme-material: fix css to show loading-img again X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8095ba5a2df02af99784a33cecea23ea284cfb9a;p=oweals%2Fluci.git luci-theme-material: fix css to show loading-img again Signed-off-by: Florian Eckert --- 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 29c2a664e..65aaf73be 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 {