From: Lutty Yang Date: Tue, 6 Oct 2015 12:14:27 +0000 (+0800) Subject: luci-theme-material: fix some style bug in LUCI newest version X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=7567f2d01f6e136abfa82e1b1ef85bfe287f13dc luci-theme-material: fix some style bug in LUCI newest version Signed-off-by: Lutty Yang --- diff --git a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css index 347a97bf6..f11f1ca0f 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css @@ -1097,7 +1097,11 @@ header > .container > .pull-right > * { } /* fix System Software*/ -.node-system-software > .main table tr td:nth-child(4) { +.node-system-software > .main table tr td:nth-child(1) { + width: auto !important; +} + +.node-system-software > .main table tr td:nth-last-child(1) { white-space: normal; font-size: small; color: #404040;