Skip to content

Commit

Permalink
MAINT: add placeholder eles for #92 solution
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Jun 1, 2019
1 parent 98efac7 commit 49a74c7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
19 changes: 19 additions & 0 deletions qurro/support_files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,25 @@
>
<input type="checkbox" id="boxplotCheckbox" />
</div>
<!-- note that these values are obviously placeholders. In
the future, I guess the three bottom divs should start
out as hidden?
-->
<div class="centeredBlock sampleRemovedDiv marginOnTop">
0 / 400 samples shown in total.
</div>
<div class="centeredBlock sampleRemovedDiv invisible">
20 / 400 samples can't be shown due to having an
undefined log ratio.
</div>
<div class="centeredBlock sampleRemovedDiv invisible">
300 / 400 samples can't be shown due to having a
non-quantitative <code>asdf</code> field.
</div>
<div class="centeredBlock sampleRemovedDiv invisible">
120 / 400 samples can't be shown due to having a
non-quantitative <code>ghjk</code> field.
</div>
</div>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions qurro/support_files/qurro.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ h4 {
display: block;
text-align: center;
}
.sampleRemovedDiv {
font-size: small;
}
code {
font-family: monospace;
}
/* Inspired by https://stackoverflow.com/a/42227872/10730311. */
#divide {
width: 98%;
Expand Down

0 comments on commit 49a74c7

Please sign in to comment.