Skip to content

Commit

Permalink
[#1797,css][xs]: tidy up css for recline data viewer.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Feb 29, 2012
1 parent eeb8b30 commit 4b45d81
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ckan/templates/package/resource_read.html
Expand Up @@ -15,6 +15,22 @@
<!-- data preview -->
<link rel="stylesheet" href="${h.url_for_static('/scripts/vendor/recline/css/data-explorer.css')}" />
<link rel="stylesheet" href="${h.url_for_static('/scripts/vendor/recline/css/graph-flot.css')}" />
<style type="text/css">
.header .recline-query-editor input.text-query {
margin-right: 5px;
margin-top: 2px;
height: 18px;
}

.header .recline-query-editor .pagination input {
margin-top: auto;
margin-bottom: 2px;
}
.recline-query-editor .pagination ul {
margin: 0;
padding: 0;
}
</style>
<!-- /data preview -->
<script type="text/javascript">
var preload_resource = ${h.literal(c.resource_json)};
Expand Down

0 comments on commit 4b45d81

Please sign in to comment.