Merge pull request #503 from LuttyYang/master

luci-theme-material: fix some style bug in LUCI newest version
pull/505/head
Hannu Nyman 2015-10-06 15:18:41 +03:00
commit d0f15d9804
1 changed files with 5 additions and 1 deletions

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;