luci-theme-material: fix switch status display

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-06-26 22:00:01 +02:00
parent 8d7869f672
commit 167d371305

View file

@ -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;