summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2024-02-28 15:06:07 +0100
committerFlorian Eckert <fe@dev.tdt.de>2024-02-28 15:28:40 +0100
commit0b24d1f4654d4f9c925e1ed1ccccbc9a2dcf8494 (patch)
treeec992fb5b65ca44f22616a9a01ad57461acdb898 /themes/luci-theme-material
parent6200371f7aa6fd12fc966e2bb8151f3f8cbc20e5 (diff)
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 <fe@dev.tdt.de>
Diffstat (limited to 'themes/luci-theme-material')
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css5
1 files changed, 5 insertions, 0 deletions
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;