aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-05-20 12:56:03 +0300
committerAlexander_Kabui2024-08-28 15:02:45 +0300
commitdc1485253ef4b9a4c2c1af45a56eff4018bc6d07 (patch)
treefa428d59bcd1df307c854e5ec20cbde362842214 /gn2/wqflask/templates
parent9671e9ef4bc20d562b831f97c52b40e91b1d4c20 (diff)
downloadgenenetwork2-dc1485253ef4b9a4c2c1af45a56eff4018bc6d07.tar.gz
Remove styling for search field.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn2/wqflask/templates')
-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>