Commit 16900ad4 by Torkel Ödegaard

Small fixes for 1.7 release

parent 0bf1e8f2
...@@ -14,7 +14,7 @@ Graphite, InfluxDB & OpenTSDB. ...@@ -14,7 +14,7 @@ Graphite, InfluxDB & OpenTSDB.
### Graphite Target Editor ### Graphite Target Editor
- Graphite target expression parser - Graphite target expression parser
- Feature rich query composer - Feature rich query composer
- Quickly add and edit function parameters - Quickly add and edit functions & parameters
- Templated queries - Templated queries
- [See it in action](http://grafana.org/docs/features/graphite) - [See it in action](http://grafana.org/docs/features/graphite)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -15,14 +15,15 @@ ...@@ -15,14 +15,15 @@
.graph-legend-icon { .graph-legend-icon {
position: relative; position: relative;
top: 2px; padding-right: 4px;
top: 1px;
} }
.graph-legend-series, .graph-legend-series,
.graph-legend-icon, .graph-legend-icon,
.graph-legend-alias, .graph-legend-alias,
.graph-legend-value { .graph-legend-value {
display: inline-block; float: left;
white-space: nowrap; white-space: nowrap;
} }
...@@ -39,6 +40,7 @@ ...@@ -39,6 +40,7 @@
.graph-legend-series { .graph-legend-series {
display: table-row; display: table-row;
float: none;
padding-left: 0; padding-left: 0;
&.pull-right { &.pull-right {
float: none; float: none;
...@@ -49,17 +51,21 @@ ...@@ -49,17 +51,21 @@
} }
.graph-legend-alias { .graph-legend-alias {
float: none;
display: table-cell; display: table-cell;
white-space: nowrap; white-space: nowrap;
} }
.graph-legend-icon { .graph-legend-icon {
display: table-cell; display: table-cell;
float: none;
white-space: nowrap; white-space: nowrap;
padding: 0 4px; padding: 0 4px;
top: 2px;
} }
.graph-legend-value { .graph-legend-value {
float: none;
display: table-cell; display: table-cell;
white-space: nowrap; white-space: nowrap;
padding-left: 15px; padding-left: 15px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment