aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/dataset.html
diff options
context:
space:
mode:
authorAlexander Kabui2024-08-30 16:47:55 +0300
committerGitHub2024-08-30 16:47:55 +0300
commited20621c23a9a41152f3d6a48334f2a31c018033 (patch)
tree5e2182b99f5f05e2f667dfce1b762921c4ec62dc /gn2/wqflask/templates/dataset.html
parent9a345d8abf2f0045b2c47bfcf1ae5860273452be (diff)
parent6db49002d4d2e69fcf4fdd6be6aceeea7b95664f (diff)
downloadgenenetwork2-ed20621c23a9a41152f3d6a48334f2a31c018033.tar.gz
Merge pull request #861 from genenetwork/feature/gnqa-search-2
Feature/gnqa search 2
Diffstat (limited to 'gn2/wqflask/templates/dataset.html')
-rw-r--r--gn2/wqflask/templates/dataset.html27
1 files changed, 1 insertions, 26 deletions
diff --git a/gn2/wqflask/templates/dataset.html b/gn2/wqflask/templates/dataset.html
index 096a3724..62fac650 100644
--- a/gn2/wqflask/templates/dataset.html
+++ b/gn2/wqflask/templates/dataset.html
@@ -40,31 +40,6 @@
.panel-metadata dt::after {
content: ":";
}
-
- .search {
- width: 50%;
- margin: 1em auto;
- }
- .has-search .form-control-feedback {
- right: initial;
- left: 0;
- color: #ccc;
- }
-
- .has-search .form-control {
- padding-right: 12px;
- padding-left: 34px;
- }
-
- .search {
- transform: scale(1.5, 1.5);
- }
- .search input {
- min-width: 17em;
- }
- .dataset-search {
- padding: 0 17%;
- }
</style>
{% endblock %}
@@ -348,7 +323,7 @@
</div>
{% else %}
-<div class="container dataset-search">
+<div class="container">
<p class="lead">We appreciate your interest, but unfortunately, we don't have any additional information available for: <strong>{{ name }}</strong>. If you have other inquiries or need assistance with something else, please don't hesitate to get in touch with us.
</div>