diff options
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css index 062d274b7..b8892fbf0 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css @@ -355,18 +355,24 @@ header h3 a, header .brand { text-overflow: ellipsis; } - body[data-page="admin-network-wireless"] .td.col-2 { + body[data-page="admin-network-wireless"] .td[data-name="_badge"] { max-width: 50px; + align-self: center; } - body[data-page="admin-network-wireless"] .td.col-2 > .ifacebadge { + body[data-page="admin-network-wireless"] .td[data-name="_badge"] .ifacebadge { display: flex; align-items: center; flex-direction: column; } - body[data-page="admin-network-network"] .td.col-3 { - min-width: 250px; + body[data-page="admin-network-wireless"] .td[data-name="_stat"] { + flex-basis: 60%; + } + + body[data-page="admin-network-network"] .td.cbi-section-actions::before, + body[data-page="admin-network-wireless"] .td.cbi-section-actions::before { + content: none !important; } } |