diff options
author | zsloan | 2021-06-24 20:46:51 +0000 |
---|---|---|
committer | zsloan | 2021-06-24 20:46:51 +0000 |
commit | c164fd1b543446d14b56f8a63f8445b1759efc5b (patch) | |
tree | ddb8e86ab32c8bedf7e3ddceb55a4f1003669568 /wqflask | |
parent | 8eb59689a7441c6efaeb6f2f2b2266b50864b6be (diff) | |
download | genenetwork2-c164fd1b543446d14b56f8a63f8445b1759efc5b.tar.gz |
Added jquery-UI css for phenotype global search template
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/gsearch_pheno.html | 1 |
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 %} |