From a946d877380c5f383edb91005608f60aae5deaf2 Mon Sep 17 00:00:00 2001 From: Insiyah Hajoori Date: Wed, 21 Mar 2018 01:27:05 +0530 Subject: [PATCH] Fix #409: Show the distribution and evolution views as tabs in dashboard (#488) * Add tabs for dist and evo views * Remove extra button --- new-pipeline/dist.html | 5 ++++- new-pipeline/evo.html | 5 ++++- new-pipeline/style/dashboards.css | 11 ++++++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/new-pipeline/dist.html b/new-pipeline/dist.html index ef6ca21..8fd12cb 100644 --- a/new-pipeline/dist.html +++ b/new-pipeline/dist.html @@ -24,12 +24,15 @@

Measurement Dashboard

+

diff --git a/new-pipeline/evo.html b/new-pipeline/evo.html index 6ab2c11..251cd67 100644 --- a/new-pipeline/evo.html +++ b/new-pipeline/evo.html @@ -22,12 +22,15 @@

Evolution Dashboard

+

diff --git a/new-pipeline/style/dashboards.css b/new-pipeline/style/dashboards.css index 0de6a54..a1f4936 100644 --- a/new-pipeline/style/dashboards.css +++ b/new-pipeline/style/dashboards.css @@ -128,7 +128,7 @@ justify-content: center; align-items: center; text-align: center; - margin-bottom: 3em; + margin-bottom: 0; } .overflow { @@ -167,3 +167,12 @@ .measure-headers th { text-align: right; } + +/* Tabs for distribution and evolution views */ +.nav-tabs a.active{ + color: black; +} + +.nav-tabs a { + color: #7A7A7A; +}