luci-theme-openwrt: style tweaks for DSL status display

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-07-29 21:11:51 +02:00
parent 765816d07d
commit 6d74a82bf6

View file

@ -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;
}
}