luci-theme-material: fix some style bug in LUCI newest version

Signed-off-by: Lutty Yang <lutty@wcan.in>
This commit is contained in:
Lutty Yang 2015-10-06 20:14:27 +08:00
parent a5ae384c8f
commit 7567f2d01f

View file

@ -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;