Merge pull request #503 from LuttyYang/master
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 6 Oct 2015 12:18:41 +0000 (15:18 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 6 Oct 2015 12:18:41 +0000 (15:18 +0300)
luci-theme-material: fix some style bug in LUCI newest version

themes/luci-theme-material/htdocs/luci-static/material/css/style.css

index 347a97b..f11f1ca 100755 (executable)
@@ -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;