Skip to content

Commit

Permalink
Homepage now is completely styled for IE7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 29, 2012
1 parent bc9566c commit 565a2e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ckan/public/base/less/dataset.less
Expand Up @@ -98,6 +98,10 @@
height: auto;
}

.ie7 .search-giant input {
width: 95%;
}

.search-giant button {
cursor: pointer;
position: absolute;
Expand Down
14 changes: 14 additions & 0 deletions ckan/public/base/less/module.less
Expand Up @@ -193,3 +193,17 @@
.ie .group-listing {
margin-left: -24px; // Include border around items.
}
.ie7 .group-listing {
position: relative;
zoom: 1;
}



.ie7 .module .module-heading {
.clearfix;
.media-content,
.media-image img {
float: left;
}
}

0 comments on commit 565a2e9

Please sign in to comment.