diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-06-26 22:00:01 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-06-26 22:00:01 +0200 |
commit | 167d371305064dc1d4dd1d7d2aabfd76b9999a89 (patch) | |
tree | df729070b962451298861a6c3667c61c1d1439d7 | |
parent | 8d7869f672f671733263e58956092ca57963adb4 (diff) |
luci-theme-material: fix switch status display
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-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; |