diff options
author | Fritz D. Ansel <fdansel@yandex.ru> | 2021-08-02 20:40:26 +0200 |
---|---|---|
committer | Fritz D. Ansel <fdansel@yandex.ru> | 2021-08-11 09:25:56 +0200 |
commit | c592ef4f8401e16959086f0f6f04c71dfba6dffa (patch) | |
tree | 949fe4400a7aa12c470a161076639c40ad004b4d /themes/luci-theme-openwrt-2020/htdocs/luci-static | |
parent | b5af813318316e26592971c73a10a455493de7d5 (diff) |
theme openwrt-2020: larger bridge-boxes
they are to small for devices like e8450
as it has 4x LAN + 2x WLAN + 1x Bridge
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
Diffstat (limited to 'themes/luci-theme-openwrt-2020/htdocs/luci-static')
-rw-r--r-- | themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index f510e6c789..a46c6d56f4 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -663,7 +663,7 @@ ul > li { padding: 0; text-align: center; width: 100%; - max-width: 100px; + max-width: 150px; } .ifacebox-head { |