Began work on time overrides for panels, to enable different time periods on the same dashboard, #171
This commit is contained in:
+11
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user