summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2019-06-04 15:17:50 +0200
committerGitHub <noreply@github.com>2019-06-04 15:17:50 +0200
commit1e138fdccf333d79040f56dc9dad344b55db747d (patch)
tree42147548b9db77159b5cfeab1eec3e32fa97504b /themes
parent5fd071aadbcaa3b136a37fa2cbcb9799b0153e2a (diff)
parent74d2b241972e6cf42dabe1f55d478561b088c147 (diff)
Merge pull request #2746 from TDT-AG/pr/20190603-luci-theme-material
luci-theme-material: fix checkbox css StaticList view
Diffstat (limited to 'themes')
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css4
1 files changed, 4 insertions, 0 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 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;
}