From 67c60309f9b7152ba8d77e66eb4b46572bce38af Mon Sep 17 00:00:00 2001 From: monikamaheshwari Date: Wed, 13 Mar 2019 16:02:06 +0530 Subject: [PATCH] Issue #47 Tab bar has one vertical line on the left side and no line on right side --- src/viewer/css/index.css | 5 ++++- src/viewer/index.handlebars | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/viewer/css/index.css b/src/viewer/css/index.css index a3fe684..4acfaef 100644 --- a/src/viewer/css/index.css +++ b/src/viewer/css/index.css @@ -44,7 +44,7 @@ h2 { .panel-section-subheader:after { content: ""; flex: 1 1; - border-bottom: 1px solid #b8b8b8; + border-bottom: solid 1px #b8b8b8; margin: auto 3.5em auto 1em; } @@ -145,6 +145,9 @@ h2 { height: auto; justify-content: center; margin: 0; /* default 0 -1 causes x overflow */ + border: solid 1px rgba(0, 0, 0, 0.1); + border-bottom: 0; + margin: -1px 0 0 -1px; } .panel-section-tabs-button.selected { diff --git a/src/viewer/index.handlebars b/src/viewer/index.handlebars index 046dccd..c5851f4 100644 --- a/src/viewer/index.handlebars +++ b/src/viewer/index.handlebars @@ -44,7 +44,6 @@
{{#each certs}}
{{ this.subject.cn }} {{#if this.isBuiltInRoot}}(built-in root){{/if}}
-
{{/each}}