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: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F2746%2Fhead;p=project%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 2a88ef3750..8a41e8c0cf 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; }