about summary refs log tree commit diff
path: root/uploader/templates/phenotypes/add-phenotypes-base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-01-29 13:09:49 -0600
committerFrederick Muriuki Muriithi2026-01-29 13:09:49 -0600
commit4d4df1d3d2e7cb45accdbf867b366a45771e80f9 (patch)
tree3550906ad1f7c82627c0ffb5854f24bea9826512 /uploader/templates/phenotypes/add-phenotypes-base.html
parentc89a50d0a54a10085570b4a09766fa9a5c012b38 (diff)
downloadgn-uploader-4d4df1d3d2e7cb45accdbf867b366a45771e80f9.tar.gz
Remove fieldsets: They break styling.
Diffstat (limited to 'uploader/templates/phenotypes/add-phenotypes-base.html')
-rw-r--r--uploader/templates/phenotypes/add-phenotypes-base.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes-base.html b/uploader/templates/phenotypes/add-phenotypes-base.html
index 690c7e1..c74a0fa 100644
--- a/uploader/templates/phenotypes/add-phenotypes-base.html
+++ b/uploader/templates/phenotypes/add-phenotypes-base.html
@@ -29,8 +29,7 @@
 
     {%block frm_add_phenotypes_elements%}{%endblock%}
 
-    <fieldset id="fldset-publication-info">
-      <legend>Publication Information</legend>
+      <h4>Publication Information</h4>
       <input type="hidden" name="publication-id" id="txt-publication-id" />
       <span class="form-text text-muted">
         Select a publication for your data. <br />
@@ -53,7 +52,6 @@
 
         <tbody></tbody>
       </table>
-    </fieldset>
 
     <div class="form-group">
       <input type="submit"