diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-02 09:23:56 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-07-02 09:23:56 +0200 |
commit | 04e483d16abfe418cf164c96de78261fd5cb12c3 (patch) | |
tree | c28dc13b7abf744bf1a6a1f13b50d705ca83ce33 /themes | |
parent | 2ee1873acc8c9c6b08afc35da2555fe156ab6ff8 (diff) |
luci-theme-openwrt: minor mobile style fixes
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index 4bd03f7d6..4bde3eaea 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -1311,6 +1311,7 @@ ul.cbi-tabmenu li.cbi-tab { .ifacebadge.large, .network-status-table .ifacebox-body .ifacebadge { flex: 1; + -webkit-flex: 1 1 auto; margin: .5em .25em .25em .25em; padding: .5em; min-width: 220px; @@ -1727,8 +1728,4 @@ ul.cbi-tabmenu li.cbi-tab { #cbi-network-switch_vlan .td.cbi-section-actions { flex-basis: 100%; } - - .network-status-table .ifacebox { - margin: 0 0 .5em 0; - } } |