Skip to content

Commit

Permalink
Issue april#47 Tab bar has one vertical line on the left side and no …
Browse files Browse the repository at this point in the history
…line on right side
  • Loading branch information
maheshwarimonika authored and april committed Mar 20, 2019
1 parent 2eafadf commit 67c6030
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/viewer/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion src/viewer/index.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<div class="panel-section" id="panel-section-tabs">
{{#each certs}}
<div class="panel-section-tabs-button {{#if @first}}selected{{/if}}" data-certificate-index="{{@index}}">{{ this.subject.cn }} {{#if this.isBuiltInRoot}}(built-in root){{/if}}</div>
<div class="panel-section-tabs-separator"></div>
{{/each}}
<div class="panel-list-item-separator"></div>
</div>
Expand Down

0 comments on commit 67c6030

Please sign in to comment.