luci-theme-openwrt: style tweaks for DSL status display
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 6d74a82bf6
)
This commit is contained in:
parent
c26709a850
commit
6df9a57ef0
1 changed files with 15 additions and 0 deletions
|
@ -1347,6 +1347,11 @@ select + .cbi-button {
|
|||
margin: .5em 0 0 0;
|
||||
}
|
||||
|
||||
#dsl_status_table .ifacebox-body > span > strong {
|
||||
display: inline-block;
|
||||
min-width: 35%;
|
||||
}
|
||||
|
||||
|
||||
.zonebadge {
|
||||
padding: 2px;
|
||||
|
@ -1646,6 +1651,10 @@ select + .cbi-button {
|
|||
.hide-xs {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#dsl_status_table .ifacebox-body > span > strong {
|
||||
min-width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
|
@ -1757,4 +1766,10 @@ select + .cbi-button {
|
|||
#cbi-network-switch_vlan .td.cbi-section-actions {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
#dsl_status_table .ifacebox-body > span > strong {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: .5em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue