From: Jo-Philipp Wich Date: Tue, 10 Sep 2019 13:27:40 +0000 (+0200) Subject: luci-theme-bootstrap: mobile style fixes for wifi overview view X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fd40efdf4da6322fef9e3b02e713c914bc8ad530;p=oweals%2Fluci.git luci-theme-bootstrap: mobile style fixes for wifi overview view Signed-off-by: Jo-Philipp Wich --- 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; } }