diff --git a/public/app/plugins/datasource/influxdb/partials/query.editor.html b/public/app/plugins/datasource/influxdb/partials/query.editor.html index 8ea612b0924..0881921078d 100644 --- a/public/app/plugins/datasource/influxdb/partials/query.editor.html +++ b/public/app/plugins/datasource/influxdb/partials/query.editor.html @@ -1,22 +1,19 @@
-
- + + +
+
-
-
+
+ diff --git a/public/app/plugins/datasource/influxdb/queryCtrl.js b/public/app/plugins/datasource/influxdb/queryCtrl.js index 828ab3809b0..a6d530fe68f 100644 --- a/public/app/plugins/datasource/influxdb/queryCtrl.js +++ b/public/app/plugins/datasource/influxdb/queryCtrl.js @@ -266,7 +266,7 @@ function (angular, _, InfluxQueryBuilder) { }; MetricSegment.newPlusButton = function() { - return new MetricSegment({fake: true, html: '', type: 'plus-button' }); + return new MetricSegment({fake: true, html: '', type: 'plus-button' }); }; MetricSegment.newSelectTagValue = function() { diff --git a/public/css/less/tightform.less b/public/css/less/tightform.less index 72bcfb547fa..41630400cf7 100644 --- a/public/css/less/tightform.less +++ b/public/css/less/tightform.less @@ -20,6 +20,14 @@ } } +.tight-form-container-no-item-borders { + border: 1px solid @grafanaTargetBorder; + + .tight-form, .tight-form-item { + border: none; + } +} + .spaced-form { .tight-form { margin: 7px 0; @@ -85,9 +93,9 @@ &.last { border-right: none; } - } + .tight-form-item-icon { i { width: 15px;