diff options
author | Munyoki Kilyungi | 2024-05-20 12:56:03 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-05-20 13:01:12 +0300 |
commit | 80b738b53179d700e33fbf6f036b163ab87bf6b1 (patch) | |
tree | 1c9a362383a10b6160d6dee2c4182e094e040026 /gn2/wqflask/templates/dataset.html | |
parent | 4af6200d0c0d8f6872e2224cc317f6a09b9d1663 (diff) | |
download | genenetwork2-80b738b53179d700e33fbf6f036b163ab87bf6b1.tar.gz |
Remove styling for search field.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn2/wqflask/templates/dataset.html')
-rw-r--r-- | gn2/wqflask/templates/dataset.html | 27 |
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> |