diff options
author | Pjotr Prins | 2020-04-12 16:52:33 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-04-12 16:52:33 -0500 |
commit | 5ab7fcfe91959e2191d0bafdefdc5775d16fae67 (patch) | |
tree | 7decf790db7ec690ebaf763e5339f15c657c75cd /bh20simplewebuploader/templates | |
parent | 906f1b2162d4f85addf8dd9a1c4ffaa25aa1fab7 (diff) | |
download | bh20-seq-resource-5ab7fcfe91959e2191d0bafdefdc5775d16fae67.tar.gz bh20-seq-resource-5ab7fcfe91959e2191d0bafdefdc5775d16fae67.tar.lz bh20-seq-resource-5ab7fcfe91959e2191d0bafdefdc5775d16fae67.zip |
Add pop-up to give upload advice
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/form.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index af8c856..644ac4d 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -52,6 +52,9 @@ padding: 20px; } +span.dropt {border-bottom: thin dotted; background: #ffeedd;} +span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; } + .grid-container { display: grid; grid-template-columns: repeat(4, 1fr); @@ -155,7 +158,7 @@ </p> <div class="fasta-file-select"> - <label for="fasta">Select FASTA file of assembled genome (max 50K), or FASTQ of reads (max 500MB):</label> + <label for="fasta">Select FASTA file of assembled genome (max 50K), or FASTQ of reads (<span class="dropt" title="For a larger fastq file you'll need to use a CLI uploader">max 150MB<span style="width:500px;"></span></span>) : </label> <br> <input type="file" id="fasta" name="fasta" accept=".fa,.fasta,.fna,.fq" required> <br> |