Skip to content

Commit

Permalink
[2375] Small fixes for cross browser styles
Browse files Browse the repository at this point in the history
 * Giant search box now displays correctly in Firefox
 * Facet footers no longer bleed with navigation
  • Loading branch information
aron committed May 16, 2012
1 parent 226f9ec commit d504963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ckan/public/base/less/dataset.less
Expand Up @@ -58,8 +58,9 @@
.search-giant input {
.box-sizing(border-box);
font-size: 16px;
padding: 22px 10px;
padding: 14px 10px;
width: 100%;
height: auto;
}

.search-giant button {
Expand Down
1 change: 0 additions & 1 deletion ckan/public/base/less/module.less
Expand Up @@ -42,7 +42,6 @@

.module > .footer {
padding: 0 @module-margin-x 7px;
margin: -17px 0 0;
}

.module .read-more {
Expand Down

0 comments on commit d504963

Please sign in to comment.