Skip to content

Commit

Permalink
Fix recline controls styling
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 10, 2012
1 parent 45eb56f commit 37d1205
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions ckan/public/base/datapreview/css/datapreview.css
Expand Up @@ -2,11 +2,41 @@
height: 28px;
}

.recline-query-editor .pagination ul {
margin: 0;
padding: 0;
.recline-query-editor input {
font-size: 13px;
padding: 4px !important;
}

.recline-query-editor .add-on {
padding: 4px 5px !important;
}

.recline-pager .pagination {
border: 0;
}

.recline-pager .pagination input {
font-size: 13px;
}

.recline-pager .pagination a {
border: 1px solid #DDD !important;
}

.recline-pager .pagination li:first-child a {
border-left-width: 1px;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}

.recline-pager .pagination li:last-child a {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}


.recline-slickgrid {
height: 550px;
}
Expand Down

0 comments on commit 37d1205

Please sign in to comment.