Skip to content

Commit

Permalink
Merge branch 'truss' into DATAUP-187-move-globus-upload-below-drag-an…
Browse files Browse the repository at this point in the history
…d-drop
  • Loading branch information
eamahanna committed Oct 14, 2020
2 parents 603dcb8 + 0294cb5 commit 73eb9ab
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
22 changes: 22 additions & 0 deletions kbase-extension/static/kbase/css/kbaseNarrative.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
margin: 2em 4.5em;
}

#kb-data-staging-table_wrapper{
margin-top: 15px;
}

.kb-data-staging-decompress {
border: 1px solid #cccccc;
border-radius : 1px;
Expand Down Expand Up @@ -81,7 +85,25 @@
margin: 5px;
position: relative;
top: -3px;
letter-spacing: .5pt;
border-radius: 4px;
}

.kb-data-staging-button:hover{
background: rgba(67, 121, 177, 0.1);
}
.kb-data-staging-button:focus{
background: rgba(67, 121, 177, 0.15);
}
.kb-data-staging-button:active{
background: rgba(67, 121, 177, 0.2);
}
.kb-data-staging-button:disabled{
background: rgba(0, 0, 0, 0.02);
color: #929292;
}



.kb-data-stagingarea {
font-family: Oxygen, Arial, sans-serif;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<span class="kb-data-stagingarea">Staging Area</span>

<button id="refresh" class="kb-data-staging-button">
<span><i class="fa fa-refresh fa-lg"></i></span>
REFRESH
Expand Down

0 comments on commit 73eb9ab

Please sign in to comment.