Began work on time overrides for panels, to enable different time periods on the same dashboard, #171

This commit is contained in:
Torkel Ödegaard
2015-01-26 10:57:08 +01:00
parent 6fc451da9e
commit 1c8ef716a2
6 changed files with 94 additions and 7 deletions
+11 -2
View File
@@ -141,7 +141,7 @@
vertical-align: top;
position: relative;
left: 4px;
top: -20px;
top: -25px;
}
.graph-legend {
@@ -260,7 +260,6 @@
transform-origin: right top;
}
.axisLabel {
color: @textColor;
font-size: @fontSizeSmall;
@@ -269,3 +268,13 @@
font-size: 12px;
}
.graph-time-info {
font-weight: bold;
float: right;
margin-right: 15px;
color: @blue;
font-size: 85%;
position: relative;
top: -20px;
}