Skip to content

Commit

Permalink
adds test styling
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Aug 30, 2024
1 parent 055fda2 commit fca42dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2860,3 +2860,9 @@ body .usa-menu-btn {
#flDebug .flDebugPanelContent {
overflow: scroll;
}


.search-helper {
margin-top: -17px;
font-style: italic;
}
9 changes: 5 additions & 4 deletions ckanext/datagovtheme/templates/package/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
{%- endif %}
<br clear="both" />
<div id="dataset-search-ext">{% block dataset_search_ext %}{% endblock %}</div>
<h4> For a list of search operators, please see the
<a href="https://docs.ckan.org/en/2.10/user-guide.html?#search-in-detail">
"Search in Detail" instructions.</a>
</h4>
<div class="search-helper">
For a list of search operators, please see the
<a href="https://docs.ckan.org/en/2.10/user-guide.html?#search-in-detail">
"Search in Detail" instructions.</a>
</div>
<div class="results">
<div class="filter-list">
{% for field in c.fields_grouped %}
Expand Down

0 comments on commit fca42dc

Please sign in to comment.