summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorLutty Yang <lutty@wcan.in>2015-10-06 20:14:27 +0800
committerLutty Yang <lutty@wcan.in>2015-10-06 20:14:27 +0800
commit7567f2d01f6e136abfa82e1b1ef85bfe287f13dc (patch)
tree39d15b0d01bc8aab2c67f7b92e8cfbca85d6c1e5 /themes
parenta5ae384c8fe80c8d5d92ee84b41552db24aa4f4a (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-xthemes/luci-theme-material/htdocs/luci-static/material/css/style.css6
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;