Skip to content
Snippets Groups Projects
Commit 1fe3fc46 authored by Hartung, Michael's avatar Hartung, Michael
Browse files

move close analysis icon in analysis tab to very right

parent 85468a0a
No related branches found
No related tags found
No related merge requests found
<div *ngIf="token">
<div class="card analysis" [ngClass]="{'fullscreen': fullscreen}">
<div class="card analysis" [ngClass]="{ fullscreen: fullscreen }">
<header class="card-header">
<p class="card-header-title">
<span class="icon">
......@@ -21,19 +21,6 @@
</span>
</a>
<a
(click)="close()"
class="card-header-icon"
aria-label="close"
pTooltip="Close analysis"
[tooltipStyleClass]="'drgstn drgstn-tooltip drgstn-tooltip-left'"
tooltipPosition="left"
>
<span class="icon" title="Close analysis">
<i class="fas fa-times color-danger" aria-hidden="true"></i>
</span>
</a>
<a
pTooltip="Open in fullscreen"
[tooltipStyleClass]="'drgstn drgstn-tooltip drgstn-tooltip-left'"
......@@ -47,7 +34,9 @@
</span>
</a>
<a
title="close fullscreen"
pTooltip="Close fullscreen"
[tooltipStyleClass]="'drgstn drgstn-tooltip drgstn-tooltip-left'"
tooltipPosition="left"
*ngIf="fullscreen"
(click)="toggleFullscreen()"
class="card-header-icon"
......@@ -56,6 +45,19 @@
<i class="fas fa-compress"></i>
</span>
</a>
<a
(click)="close()"
class="card-header-icon"
aria-label="close"
pTooltip="Close analysis"
[tooltipStyleClass]="'drgstn drgstn-tooltip drgstn-tooltip-left'"
tooltipPosition="left"
>
<span class="icon" title="Close analysis">
<i class="fas fa-times color-danger" aria-hidden="true"></i>
</span>
</a>
</header>
<div
class="card-content tab-header-small"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment