luci-theme-material: add missing css for dsl_status_table
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 28 Feb 2024 14:06:07 +0000 (15:06 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 28 Feb 2024 14:28:40 +0000 (15:28 +0100)
Insert a space between the name and the current value, as with other themes.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index fef91e48b6b723cb43ee896ff11b2893b947cd6d..337a938df50f1692c4daca314a0c1d165e7aa9cc 100644 (file)
@@ -1892,6 +1892,11 @@ td > .ifacebadge,
        background-color: #fff;
 }
 
+#dsl_status_table .ifacebox-body span > strong {
+       display: inline-block;
+       min-width: 50%;
+}
+
 /* textarea */
 .cbi-input-textarea {
        font-family: monospace;