Fix styles to support nice UI with Japanese language

* Level volumn was extended to min 60px width on Logs tab
* Standard node panel status block extended a little to
  support more longer status string

Closes-Bug: #1506131
Closes-Bug: #1521141

Change-Id: I0b4f7c81bd1619002483c5eea6750765e7e8f091
This commit is contained in:
Julia Aranovich 2015-12-11 11:47:15 +03:00
parent 77cb1ad0ff
commit ce4e8f889b
1 changed files with 4 additions and 4 deletions

View File

@ -1404,7 +1404,7 @@ input[type=range] {
width: 135px;
}
&.col-level {
width: 50px;
min-width: 60px;
}
}
td {
@ -2165,7 +2165,7 @@ input[type=range] {
}
.node-status {
width: 20%;
width: 22%;
text-align: center;
.font-semibold;
.node-text-mixin;
@ -2208,7 +2208,7 @@ input[type=range] {
}
.node-labels {
width: 5%;
width: @node-button-size;
padding-top: 15px;
position: relative;
overflow: visible;
@ -2558,7 +2558,7 @@ input[type=range] {
.node-labels {
text-align: left;
margin-left: 24px;
margin-left: 15px;
margin-bottom: 5px;
font-size: @base-font-size - 4;
ul {