git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a5ae384
)
luci-theme-material: fix some style bug in LUCI newest version
author
Lutty Yang
<redacted>
Tue, 6 Oct 2015 12:14:27 +0000
(20:14 +0800)
committer
Lutty Yang
<redacted>
Tue, 6 Oct 2015 12:14:27 +0000
(20:14 +0800)
Signed-off-by: Lutty Yang <redacted>
themes/luci-theme-material/htdocs/luci-static/material/css/style.css
patch
|
blob
|
history
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 347a97bf60dcb6053a1f61142de12a254825c63c..f11f1ca0fdc82a146f28b7a18ac9c0f409e809d7 100755
(executable)
--- 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;
git clone https://git.99rst.org/PROJECT