From 421791dcad7572e5b67f10b11bc9c7e17b04cd92 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 21 Jan 2020 09:21:39 +0100 Subject: [PATCH] luci-theme-material: fix button position on modal save Signed-off-by: Florian Eckert (cherry picked from commit 71743a7ef69e9ffdf890bf895d704ecc0648548b) --- .../htdocs/luci-static/material/cascade.css | 4 ---- 1 file changed, 4 deletions(-) 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 201713fcb..8645c60e4 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1673,10 +1673,6 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { padding: .3rem .6rem; } -.modal .spinning { - margin-bottom: 2em; -} - .modal.cbi-modal { max-width: 90%; max-height: none; -- 2.25.1