fixed row height
This commit is contained in:
parent
98875d420d
commit
aae629532e
@ -22,7 +22,7 @@ table td {
|
|||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
float: left;
|
float: left;
|
||||||
top: 6px;
|
top: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@ -204,7 +204,7 @@ table td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table td {
|
table td {
|
||||||
line-height: 18px;
|
line-height: 18px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
table th {
|
table th {
|
||||||
@ -217,11 +217,11 @@ table th i {
|
|||||||
}
|
}
|
||||||
table td i {
|
table td i {
|
||||||
position: relative;
|
position: relative;
|
||||||
line-height: 20px;
|
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
left: 2px;
|
||||||
}
|
}
|
||||||
table td i:before {
|
table td.peerPropagationChart {
|
||||||
margin-left: 5px;
|
padding: 4px 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table>tbody>tr>td,
|
.table>tbody>tr>td,
|
||||||
|
@ -160,7 +160,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
|
|||||||
type: 'bar',
|
type: 'bar',
|
||||||
negBarColor: '#7f7f7f',
|
negBarColor: '#7f7f7f',
|
||||||
zeroAxis: false,
|
zeroAxis: false,
|
||||||
height: 18,
|
height: 20,
|
||||||
barWidth : 2,
|
barWidth : 2,
|
||||||
barSpacing : 1,
|
barSpacing : 1,
|
||||||
tooltipSuffix: ' ms',
|
tooltipSuffix: ' ms',
|
||||||
|
Loading…
Reference in New Issue
Block a user