aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2021-06-24 20:46:51 +0000
committerzsloan2021-06-24 20:46:51 +0000
commitc164fd1b543446d14b56f8a63f8445b1759efc5b (patch)
treeddb8e86ab32c8bedf7e3ddceb55a4f1003669568
parent8eb59689a7441c6efaeb6f2f2b2266b50864b6be (diff)
downloadgenenetwork2-c164fd1b543446d14b56f8a63f8445b1759efc5b.tar.gz
Added jquery-UI css for phenotype global search template
-rw-r--r--wqflask/wqflask/templates/gsearch_pheno.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/gsearch_pheno.html b/wqflask/wqflask/templates/gsearch_pheno.html
index a5e30c8b..d18343d2 100644
--- a/wqflask/wqflask/templates/gsearch_pheno.html
+++ b/wqflask/wqflask/templates/gsearch_pheno.html
@@ -2,6 +2,7 @@
{% block title %}Search Results{% endblock %}
{% block css %}
<link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" />
+ <link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" />
{% endblock %}
{% block content %}