Skip to content

Commit

Permalink
Update Recline to latest version
Browse files Browse the repository at this point in the history
Copied around relevant bits of application.js from branch #2639

TODO: fix styling
  • Loading branch information
amercader committed Jul 10, 2012
1 parent c062663 commit a614e0c
Show file tree
Hide file tree
Showing 3 changed files with 473 additions and 21 deletions.
23 changes: 23 additions & 0 deletions ckan/public/base/datapreview/css/datapreview.css
@@ -0,0 +1,23 @@
.recline-query-editor form, .recline-query-editor .text-query {
height: 28px;
}

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

.recline-slickgrid {
height: 550px;
}

/* needed for Chrome but not FF */
.header .recline-query-editor .add-on {
margin-left: -27px;
}

/* needed for FF but not chrome */
.header .recline-query-editor .input-prepend {
vertical-align: top;
}

0 comments on commit a614e0c

Please sign in to comment.