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)
committerPaul Donald <newtwen@gmail.com>
Thu, 7 Mar 2024 00:31:23 +0000 (01:31 +0100)
Insert a space between the name and the current value, as with other themes.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 0b24d1f4654d4f9c925e1ed1ccccbc9a2dcf8494)

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;