mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Small fixes for 1.7 release
This commit is contained in:
parent
0bf1e8f252
commit
16900ad421
@ -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)
|
||||||
|
|
||||||
|
2
src/css/bootstrap.dark.min.css
vendored
2
src/css/bootstrap.dark.min.css
vendored
File diff suppressed because one or more lines are too long
2
src/css/bootstrap.light.min.css
vendored
2
src/css/bootstrap.light.min.css
vendored
File diff suppressed because one or more lines are too long
2
src/css/default.min.css
vendored
2
src/css/default.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 @@
|
|||||||
|
|
||||||
.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 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.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;
|
||||||
|
Loading…
Reference in New Issue
Block a user