From 167d371305064dc1d4dd1d7d2aabfd76b9999a89 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 26 Jun 2018 22:00:01 +0200 Subject: [PATCH] luci-theme-material: fix switch status display Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/material/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css index 03a82b656..17db81edb 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css @@ -542,8 +542,8 @@ table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table border: none; } -.cbi-section-table-titles, -.cbi-section-table-descr { +.tr.cbi-section-table-titles, +.tr.cbi-section-table-descr { display: none; } @@ -1638,6 +1638,11 @@ header > .container > .pull-right > * { min-width: 3.5rem; } +#cbi-network-switch_vlan .th, +#cbi-network-switch_vlan .td { + flex-basis: 12%; +} + /* language fix */ body.lang_pl.node-main-login .cbi-value-title { width: 12rem; -- 2.25.1