diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-09-10 15:27:40 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-10 15:29:15 +0200 |
commit | fd40efdf4da6322fef9e3b02e713c914bc8ad530 (patch) | |
tree | 810904ce6d71cb581d17479e414c4beac1e5b4a8 | |
parent | 5dc61be74636c9c643f83ed146545db07c3b20cd (diff) |
luci-theme-bootstrap: mobile style fixes for wifi overview view
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-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; } } |