Skip to content

Commit

Permalink
Merge pull request #329 from laughing0li/master
Browse files Browse the repository at this point in the history
Make all the popup windows movable and resizable like the feature popup
  • Loading branch information
jia020 authored Feb 13, 2024
2 parents ebd4c95 + 767b36a commit 60d324c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h4 class="card-title">{{layer.name}}</h4>
</div>


<div class="card card-default card-with-tabs">
<div class="card card-default card-with-tabs" cdkDrag cdkDragRootElement=".modal-content" #childElement cdkDragBoundary="body">
<!-- BEGIN card-header -->
<div class="card-header">
<ul class="nav nav-tabs float-right">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="modal-header">
<h1 class="page-header">TSG Files Download</h1>
</div>
<div class="modal-body">
<div class="modal-body" cdkDrag cdkDragRootElement=".modal-content" #childElement cdkDragBoundary="body">
<div class="card card-default">
<!-- BEGIN card-body -->
<div class="card-body">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="modal-header">
<div class="modal-header" cdkDrag cdkDragRootElement=".modal-content" #childElement cdkDragBoundary="body">
<h1 class="page-header">
GRACE Time Series
<span *ngIf="queryStatus===QueryStatus.querying">&nbsp;&nbsp;-&nbsp;&nbsp;Querying&nbsp;&nbsp;<i class="fa fa-spinner fa-spin"></i></span>
Expand Down

0 comments on commit 60d324c

Please sign in to comment.