From: Florian Eckert Date: Wed, 28 Feb 2024 14:06:07 +0000 (+0100) Subject: luci-theme-material: add missing css for dsl_status_table X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d62bbf6080275e8fe05eeca3b8691b5cb792692a;p=project%2Fluci.git luci-theme-material: add missing css for dsl_status_table Insert a space between the name and the current value, as with other themes. Signed-off-by: Florian Eckert (cherry picked from commit 0b24d1f4654d4f9c925e1ed1ccccbc9a2dcf8494) --- diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index fef91e48b6..337a938df5 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -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;