Skip to content

Commit

Permalink
ENH: shift around and tidy up biocore#350 UI
Browse files Browse the repository at this point in the history
makes things look less cluttered. had too many <hr />s previously
  • Loading branch information
fedarko committed Sep 22, 2020
1 parent 2ae7e89 commit 4f1cb70
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions empress/support_files/templates/side-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,18 @@
<div id="barplot-layer-container" class="hidden">
<hr />
</div>
<div id="barplot-add-options" class="hidden">
<p>
<label for="barplot-add-btn">Add another layer</label>
<button id="barplot-add-btn">+</button>
</p>
</div>
<div id="barplot-border-content" class="hidden">
<p>
<label for="barplot-border-chk">Add a border around barplot layers?</label>
<input id="barplot-border-chk" type="checkbox" class="empress-input">
</p>
<div id="barplot-border-options" class="hidden">
<h3 style="text-align: center;">Barplot borders</h3>
<p>
<label for="barplot-border-color">Border color</label>
<!-- Will get turned into a Spectrum color picker by
Expand All @@ -161,10 +166,6 @@ <h3 style="text-align: center;">Barplot borders</h3>
</div>
<hr />
</div>
<p id="barplot-add-options" class="hidden">
<label for="barplot-add-btn">Add another layer</label>
<button id="barplot-add-btn">+</button>
</p>
<p id="barplot-update-options" class="hidden">
<button id="barplot-update">Update</button>
</p>
Expand Down

0 comments on commit 4f1cb70

Please sign in to comment.