luci-theme-material: fix switch status display
authorJo-Philipp Wich <jo@mein.io>
Tue, 26 Jun 2018 20:00:01 +0000 (22:00 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 26 Jun 2018 20:00:01 +0000 (22:00 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-material/htdocs/luci-static/material/css/style.css

index 03a82b656a97378a3fd44eac184a2d7bd97a3986..17db81edb3783284f253df4012bba2704ecf7e55 100755 (executable)
@@ -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;