Skip to content

Commit

Permalink
[#1828,#1797,resource/view][xs]: very minor tweaks to css for data ex…
Browse files Browse the repository at this point in the history
…plorer and data api modal info to make corretions post-bootstrapification.
  • Loading branch information
rufuspollock committed Mar 24, 2012
1 parent fc37080 commit 53991fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ckan/public/scripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var CKAN = CKAN || {};
});
CKAN.Utils.setupMarkdownEditor($('.markdown-editor'));
// bootstrap collapse
$('.collapse').collapse();
$('.collapse').collapse({toggle: false});
// set up ckan js
var config = {
endpoint: CKAN.SITE_URL + '/'
Expand Down
14 changes: 7 additions & 7 deletions ckan/templates/_snippet/data-api-help.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ <h3>
</div>
<div class="collapse-endpoints in accordion-body collapse">
<div class="accordion-inner">
<table class="table-condensed">
<p>The Data API builds directly on ElasticSearch, with a resource API
endpoint being equivalent to a single index 'type' in ElasticSearch.
This means you can directly re-use <a
href="http://www.elasticsearch.org/guide/appendix/clients.html"
_target="blank">ElasticSearch
client libraries</a> when connecting to the API endpoint.</p>
<table class="table-condensed table-striped table-bordered">
<thead></thead>
<tbody>
<tr>
Expand All @@ -53,12 +59,6 @@ <h3>
</tr>
</tbody>
</table>
<p>The Data API builds directly on ElasticSearch, with a resource API
endpoint being equivalent to a single index 'type' in ElasticSearch.
This means you can directly re-use <a
href="http://www.elasticsearch.org/guide/appendix/clients.html"
_target="blank">ElasticSearch
client libraries</a> when connecting to the API endpoint.</p>
</div>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions ckan/templates/package/resource_read.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
height: 28px;
}

.header .recline-query-editor .text-query input {
height: 20px;
}

.recline-query-editor .pagination ul {
margin: 0;
padding: 0;
Expand Down

0 comments on commit 53991fc

Please sign in to comment.