Skip to content

Commit

Permalink
taskmanager v0.9.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chinonso098 committed Nov 5, 2023
1 parent a1be5cb commit 71be3aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/app/system-apps/taskmanager/taskmanager.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ img{
background-color: #f2f2f2;
min-width: 100px;
min-height: 25px;

}

li:hover {
Expand All @@ -398,10 +399,12 @@ li:hover {


.vertical-menu {
width: 100px; /* Set a width if you like */
width:25%;
position: absolute;
z-index:2;
box-shadow: 2px 2px rgba(0,0,0,0.3);
left:60px;
top: 124px;
}

.vertical-menu a {
Expand Down
2 changes: 1 addition & 1 deletion src/app/system-apps/taskmanager/taskmanager.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<span style="width:75%;">
Name
</span>
<span class="vertical-menu" style="width:25%; left:60px;" *ngIf="showHeaderList">
<span class="vertical-menu" *ngIf="showHeaderList">
<a style="display: inline-flex; width: 100%;" (click)="toggleColumnVisibility('Type')">
<span class="checkBox" [class.active]="typeColumnVisible" >
<figure *ngIf = 'typeColumnVisible' style="align-content: center;">
Expand Down

0 comments on commit 71be3aa

Please sign in to comment.