about summary refs log tree commit diff
diff options
context:
space:
mode:
-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>