From 31d4e35d832cd36f724de2a74604557c6a1a3aa8 Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Thu, 3 Nov 2016 14:27:35 -0700 Subject: [PATCH] Add missing padding to Timelion title. (#8919) (#8957) Former-commit-id: e57608b19db9a23bdd903ae1d3dac2b6bc8880c3 --- src/core_plugins/timelion/public/app.less | 70 ++++++++++----------- src/core_plugins/timelion/public/index.html | 16 ++--- src/ui/public/styles/base.less | 10 --- 3 files changed, 43 insertions(+), 53 deletions(-) diff --git a/src/core_plugins/timelion/public/app.less b/src/core_plugins/timelion/public/app.less index 81cff905a01ad..4da20b3261d8a 100644 --- a/src/core_plugins/timelion/public/app.less +++ b/src/core_plugins/timelion/public/app.less @@ -18,50 +18,50 @@ .timelion { position: relative; - &-container { - margin: 20px; + .config .list-group-item .container-fluid { + background-color: transparent; + padding: 0; } +} - &-container-drawer { - position: fixed; - bottow: 0px; +.timelion-container { + margin: 20px; +} - &-tab { - width: 100%; - background-color: @gray-lighter; - } - } +.timelion-container-drawer { + position: fixed; + bottow: 0px; +} - &-expression { - position: relative !important; - } +.timelion-container-drawer-tab { + width: 100%; + background-color: @gray-lighter; +} - &-subnav { - background-color: @gray-lighter; - margin: 0px - } +.timelion-expression { + position: relative !important; +} - &-stats { - font-weight: normal; - } +.timelion-subnav { + background-color: @gray-lighter; + margin: 0px +} - &-buttons { - position: absolute; - right: 0px; - display: inline-block; - padding: 5px 20px; - background-color: @navbar-default-bg; - border-bottom-left-radius: @border-radius-base; +.timelion-stats { + font-weight: normal; +} - a { - margin: 5px; - color: #000; - } - } +.timelion-buttons { + position: absolute; + right: 0px; + display: inline-block; + padding: 5px 20px; + background-color: @navbar-default-bg; + border-bottom-left-radius: @border-radius-base; - .config .list-group-item .container-fluid { - background-color: transparent; - padding: 0; + a { + margin: 5px; + color: #000; } } diff --git a/src/core_plugins/timelion/public/index.html b/src/core_plugins/timelion/public/index.html index 63417287a48f5..024a05b566a54 100644 --- a/src/core_plugins/timelion/public/index.html +++ b/src/core_plugins/timelion/public/index.html @@ -3,16 +3,16 @@
-
- - - {{opts.savedSheet.title}} - - - +
+ + {{opts.savedSheet.title}} +   + +   + Query Time {{stats.queryTime - stats.invokeTime}}ms / Processing Time {{stats.sheetTime - stats.queryTime}}ms - +
diff --git a/src/ui/public/styles/base.less b/src/ui/public/styles/base.less index d638e4c31d7d9..9c3ac595de46b 100644 --- a/src/ui/public/styles/base.less +++ b/src/ui/public/styles/base.less @@ -161,16 +161,6 @@ a { border-radius: 0; } } - - .kibana-nav-info { - line-height: 30px; - padding: 0 10px; - } - - .kibana-nav-info-title { - font-weight: bold; - margin-right: 10px; - } } > config {