luci-theme-material: fix some style bug in LUCI newest version 503/head
authorLutty Yang <lutty@wcan.in>
Tue, 6 Oct 2015 12:14:27 +0000 (20:14 +0800)
committerLutty Yang <lutty@wcan.in>
Tue, 6 Oct 2015 12:14:27 +0000 (20:14 +0800)
Signed-off-by: Lutty Yang <lutty@wcan.in>
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;