Skip to content

Commit

Permalink
优化对齐管控[Control]菜单下的各类LuCi Apps的运行状态文本
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedPartner committed Mar 23, 2023
1 parent fdca670 commit 105a4f9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions htdocs/luci-static/argon/css/cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -2331,6 +2331,16 @@ select[multiple="multiple"] {
line-height: 1.6;
font-size: 0.875rem;
}
.cbi-section > .cbi-section-node > .cbi-value > .cbi-value-field font {
word-wrap: break-word;
font-size: 0.875rem;
line-height: 1.6;
padding: 0.7rem;
padding-left: 0;
float: left;
text-align: right;
display: table-cell;
}
.cbi-value-helpicon > img {
display: none;
}
Expand Down
10 changes: 10 additions & 0 deletions htdocs/luci-static/argon/less/cascade.less
Original file line number Diff line number Diff line change
Expand Up @@ -2854,6 +2854,16 @@ select[multiple="multiple"] {

}

.cbi-section>.cbi-section-node>.cbi-value>.cbi-value-field font {
word-wrap: break-word;
font-size: 0.875rem;
line-height: 1.6;
padding: 0.7rem;
padding-left: 0;
float: left;
text-align: right;
display: table-cell;
}


.cbi-value-helpicon>img {
Expand Down

0 comments on commit 105a4f9

Please sign in to comment.