Merge pull request #5883 from arbolitoloco1/patch-3
luci-mod-dashboard: improve label's display
This commit is contained in:
commit
2b1d00262f
1 changed files with 2 additions and 4 deletions
|
@ -120,13 +120,11 @@
|
||||||
.Dashboard .settings-info p span:nth-child(2){
|
.Dashboard .settings-info p span:nth-child(2){
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
|
||||||
top:2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Dashboard .settings-info p span:nth-child(2).label {
|
.Dashboard .settings-info p span:nth-child(2).label {
|
||||||
font-size: 8px;
|
padding: 1px 4px 1px 4px;
|
||||||
|
font-size: 9.75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Dashboard .router-status-info .settings-info p span:nth-child(2){
|
.Dashboard .router-status-info .settings-info p span:nth-child(2){
|
||||||
|
|
Loading…
Reference in a new issue