Merge branch 'master' into valuepanel
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
.hide-controls {
|
||||
padding: 0;
|
||||
.row-control-inner {
|
||||
.row-tab {
|
||||
display: none;
|
||||
}
|
||||
.submenu-controls {
|
||||
|
||||
+10
-1
@@ -178,9 +178,18 @@
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.graph-tooltip-list-item {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.graph-tooltip-series-name {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.graph-tooltip-value {
|
||||
display: table-cell;
|
||||
font-weight: bold;
|
||||
float: right;
|
||||
padding-left: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user