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:
parent
6200371f7a
commit
0b24d1f465
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue