From f1d4fd3e67d8d0bc7dd546eabef36faed0994f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 27 Apr 2016 21:24:41 +0200 Subject: [PATCH] feat(query editors): changed chevron position --- .../panel/partials/query_editor_row.html | 28 +++++++++---------- .../grafana/partials/query.editor.html | 10 ++++--- .../opentsdb/partials/query.editor.html | 2 -- public/sass/base/_type.scss | 4 +++ 4 files changed, 23 insertions(+), 21 deletions(-) diff --git a/public/app/features/panel/partials/query_editor_row.html b/public/app/features/panel/partials/query_editor_row.html index 5b70f6ad485..6acd1b5dfe2 100644 --- a/public/app/features/panel/partials/query_editor_row.html +++ b/public/app/features/panel/partials/query_editor_row.html @@ -1,15 +1,15 @@
+
@@ -23,13 +23,6 @@
- - diff --git a/public/sass/base/_type.scss b/public/sass/base/_type.scss index 3f77a10c43e..7770be25a68 100644 --- a/public/sass/base/_type.scss +++ b/public/sass/base/_type.scss @@ -118,6 +118,10 @@ small, font-weight: normal; } +.small-xs { + font-size: $font-size-xs; +} + mark, .mark { padding: .2em;