Merge branch 'master' into valuepanel

This commit is contained in:
Torkel Ödegaard
2014-10-29 09:24:49 +01:00
17 changed files with 306 additions and 18 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
.hide-controls {
padding: 0;
.row-control-inner {
.row-tab {
display: none;
}
.submenu-controls {
+10 -1
View File
@@ -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;
}
}