luci-mod-dashboard: improve label's display
Removing overflow and position, adding padding and increasing font size for the label. Signed-off-by: Santiago Kozak <santikzk1406@gmail.com>
This commit is contained in:
parent
ef7fe79ffc
commit
df8b5f4e38
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