Skip to content

Commit

Permalink
Small fixes for 1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelo committed Aug 5, 2014
1 parent 0bf1e8f commit 16900ad
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Graphite, InfluxDB & OpenTSDB.
### Graphite Target Editor
- Graphite target expression parser
- Feature rich query composer
- Quickly add and edit function parameters
- Quickly add and edit functions & parameters
- Templated queries
- [See it in action](http://grafana.org/docs/features/graphite)

Expand Down
2 changes: 1 addition & 1 deletion src/css/bootstrap.dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/bootstrap.light.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/default.min.css

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions src/css/less/graph.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@

.graph-legend-icon {
position: relative;
top: 2px;
padding-right: 4px;
top: 1px;
}

.graph-legend-series,
.graph-legend-icon,
.graph-legend-alias,
.graph-legend-value {
display: inline-block;
float: left;
white-space: nowrap;
}

Expand All @@ -39,6 +40,7 @@

.graph-legend-series {
display: table-row;
float: none;
padding-left: 0;
&.pull-right {
float: none;
Expand All @@ -49,17 +51,21 @@
}

.graph-legend-alias {
float: none;
display: table-cell;
white-space: nowrap;
}

.graph-legend-icon {
display: table-cell;
float: none;
white-space: nowrap;
padding: 0 4px;
top: 2px;
}

.graph-legend-value {
float: none;
display: table-cell;
white-space: nowrap;
padding-left: 15px;
Expand Down

0 comments on commit 16900ad

Please sign in to comment.