From: Florian Eckert Date: Thu, 23 May 2019 07:45:00 +0000 (+0200) Subject: luci-theme-material: fix checkbox css StaticList view X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F2746%2Fhead;p=oweals%2Fluci.git luci-theme-material: fix checkbox css StaticList view 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 2a88ef375..8a41e8c0c 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -2089,6 +2089,10 @@ label > input[type="radio"] { vertical-align: bottom; } +label[data-index][data-depends] { + padding-right: 2em; +} + .showSide { display: none; }