mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user