diff options
-rwxr-xr-x | themes/luci-theme-material/htdocs/luci-static/material/css/style.css | 9 |
1 files 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; |