Skip to content

Commit

Permalink
Fix for resource button listing in IE7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Sep 24, 2013
1 parent 4e0a07b commit a5ebd81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ckanext/ecportal/public/css/ecportal.css
Expand Up @@ -952,6 +952,18 @@ form .field_required {
left: 5px;
}

.ie7 .resource-list li {
display: block;
}
.ie7 .resource-list li .buttons {
float: left;
display: block;
width: auto;
}
.ie7 .resource-list li .context {
display: inline;
width: auto;
}

/****************************************************************************/
/* Resource View Page
Expand Down

0 comments on commit a5ebd81

Please sign in to comment.