From cb7424ce5e5c390e988a0d5065c43a2732857d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 28 Sep 2015 11:53:49 +0200 Subject: [PATCH] fix(playlist ui): minor polish / fix to playlist ui, fixes #2831, other minor css / markup fixes --- public/app/panels/graph/axisEditor.html | 67 +++++++------------------ public/app/partials/playlist.html | 16 +++--- public/less/variables.dark.less | 2 +- public/less/variables.light.less | 2 +- 4 files changed, 28 insertions(+), 59 deletions(-) diff --git a/public/app/panels/graph/axisEditor.html b/public/app/panels/graph/axisEditor.html index d161330f5c0..41ea8dd3696 100644 --- a/public/app/panels/graph/axisEditor.html +++ b/public/app/panels/graph/axisEditor.html @@ -4,7 +4,7 @@
-
+
  • - Right Y + Right Y
  • Unit @@ -97,7 +97,7 @@
    • - Show Axis + Show Axis
    • X-Axis  @@ -114,10 +114,10 @@
    -
    +
    • - Thresholds + Thresholds
    • Level 1 @@ -140,11 +140,7 @@
    • - Line mode  - - - +
    @@ -157,31 +153,19 @@
    • - Legend + Legend
    • - Show  - - +
    • - Table  - - +
    • - Right side  - - +
    • - Hide empty  - - +
    @@ -191,37 +175,22 @@
    • - Legend values + Legend values
    • - Min  - - +
    • - Max  - - +
    • - Avg  - - +
    • - Current  - - +
    • - Total  - - +
    diff --git a/public/app/partials/playlist.html b/public/app/partials/playlist.html index 664faf10837..3d12e5af2d6 100644 --- a/public/app/partials/playlist.html +++ b/public/app/partials/playlist.html @@ -12,10 +12,10 @@
    -
    -
    +
    +
    -
    +
    • Search @@ -28,13 +28,11 @@
    -
    -
    Playlist dashboards
    -
    -
    +
    +
    Search result
    @@ -55,6 +53,8 @@
    +
    Playlist dashboards
    +
    @@ -78,7 +78,7 @@

    -
    +
    • Timespan between dashboard change diff --git a/public/less/variables.dark.less b/public/less/variables.dark.less index 708b5ad299a..3324c3f4b86 100644 --- a/public/less/variables.dark.less +++ b/public/less/variables.dark.less @@ -68,7 +68,7 @@ @altFontFamily: @serifFontFamily; @headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily -@headingsFontWeight: normal; // instead of browser default, bold +@headingsFontWeight: bold; // instead of browser default, bold @headingsColor: darken(@white,11%); // empty to use BS default, @textColor @inputText: @black; diff --git a/public/less/variables.light.less b/public/less/variables.light.less index 174a4529395..27dcf8575f4 100644 --- a/public/less/variables.light.less +++ b/public/less/variables.light.less @@ -80,7 +80,7 @@ @altFontFamily: @serifFontFamily; @headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily -@headingsFontWeight: normal; // instead of browser default, bold +@headingsFontWeight: bold; // instead of browser default, bold @headingsColor: @textColor; // empty to use BS default, @textColor