Skip to content

Commit

Permalink
Adding new dendrogram order control. Addresses #728
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsielicki committed Feb 8, 2018
1 parent 1049418 commit d60f609
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 9 additions & 1 deletion web-server/plugins/slycat-timeseries-model/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ rights in this software.
bottom: 0px;
left: 0px;
cursor: pointer;
background: #DBD9EB url(images/sort-dendrogram.png) no-repeat center center;;
background: #DBD9EB url(images/sort-dendrogram.png) no-repeat center center;
padding: 4px;
margin: 0 0 5px 18px;
height: 17px;
Expand All @@ -84,6 +84,14 @@ rights in this software.
cursor: default;
}

#dendrogram-pane #dendrogram-controls
{
position: absolute;
top: 0px;
left: 0px;
margin: 5px 0 0px 18px;
}

#dendrogram-viewer .node .glyph circle
{
stroke: grey;
Expand Down
6 changes: 4 additions & 2 deletions web-server/plugins/slycat-timeseries-model/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
</defs>
</svg>
<div id="dendrogram-controls" class="bootstrap-styles">
<div id="dondrogram-general-controls" class="btn-group btn-group-xs">

<div id="dendrogram-general-controls" class="btn-group btn-group-xs">
<button class="btn btn-default active" data-toggle="button" title="Inputs are sorted in dendrogram order" aria-pressed="true">
<span class="fa fa-sort" aria-hidden="true"></span>
</button>
</div>
</div>
</div>
Expand Down

0 comments on commit d60f609

Please sign in to comment.