diff options
author | Lutty Yang <lutty@wcan.in> | 2015-10-06 20:14:27 +0800 |
---|---|---|
committer | Lutty Yang <lutty@wcan.in> | 2015-10-06 20:14:27 +0800 |
commit | 7567f2d01f6e136abfa82e1b1ef85bfe287f13dc (patch) | |
tree | 39d15b0d01bc8aab2c67f7b92e8cfbca85d6c1e5 /themes | |
parent | a5ae384c8fe80c8d5d92ee84b41552db24aa4f4a (diff) |
luci-theme-material: fix some style bug in LUCI newest version
Signed-off-by: Lutty Yang <lutty@wcan.in>
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/luci-theme-material/htdocs/luci-static/material/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
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; |