From 0525bf5d4eaaa32af41eacf04527a857defea85b Mon Sep 17 00:00:00 2001 From: bergquist Date: Wed, 24 Feb 2016 10:41:43 +0100 Subject: [PATCH] ux(table): tight-form -> gf-form --- .../elasticsearch/partials/query.options.html | 68 ++++++++----------- public/sass/components/_infobox.scss | 4 +- 2 files changed, 31 insertions(+), 41 deletions(-) diff --git a/public/app/plugins/datasource/elasticsearch/partials/query.options.html b/public/app/plugins/datasource/elasticsearch/partials/query.options.html index bac22df7136..13e39fa4695 100644 --- a/public/app/plugins/datasource/elasticsearch/partials/query.options.html +++ b/public/app/plugins/datasource/elasticsearch/partials/query.options.html @@ -1,48 +1,38 @@
-
-
    -
  • +
    +
    + -
  • -
  • - Group by time interval -
  • -
  • - + Group by time interval + + -
  • -
  • + + -
  • -
-
-
-
- -
+ +
+
+ + + + + + alias patterns + + +
-
-
-
-
Alias patterns
-
    -
  • {{term fieldname}} = replaced with value of term group by
  • -
  • {{metric}} = replaced with metric name (ex. Average, Min, Max)
  • -
  • {{field}} = replaced with the metric field name
  • -
-
+
+
+
Alias patterns
+
    +
  • {{term fieldname}} = replaced with value of term group by
  • +
  • {{metric}} = replaced with metric name (ex. Average, Min, Max)
  • +
  • {{field}} = replaced with the metric field name
  • +
- - diff --git a/public/sass/components/_infobox.scss b/public/sass/components/_infobox.scss index 02ec05fba53..c4dbb2820e1 100644 --- a/public/sass/components/_infobox.scss +++ b/public/sass/components/_infobox.scss @@ -2,7 +2,7 @@ content: "\f05a"; font-family:'FontAwesome'; position: absolute; - top: -8px; + top: -13px; left: -8px; font-size: 20px; color: $blue; @@ -10,7 +10,7 @@ .grafana-info-box { position: relative; - padding: 5px 15px; + padding: 5px 20px; background-color: $tight-form-bg; border: 1px solid $tight-form-border; h5 {