summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2015-10-06 15:18:41 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2015-10-06 15:18:41 +0300
commitd0f15d980469386fbdee3ace19de44f29397cc3b (patch)
tree5308233798c5343234b1d9660507d87a874d311e /themes
parent5e9da8240f475a227c2897f4947397a74f36b2c3 (diff)
parent7567f2d01f6e136abfa82e1b1ef85bfe287f13dc (diff)
Merge pull request #503 from LuttyYang/master
luci-theme-material: fix some style bug in LUCI newest version
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;