Skip to content

Commit

Permalink
[#2599] Fix display of homepage content box in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 26, 2012
1 parent b91c31d commit 2db796e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ckan/public/base/less/module.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
margin-bottom: 20px;
}

.ie .module {
.ie9 .module {
// IE9 renders box shadows wildly out.
.box-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.ie .module {
border: 1px solid #ccc;
}

.module-heading {
.border-radius(3px 3px 0 0);
font-size: 14px;
Expand Down Expand Up @@ -129,6 +133,12 @@
}
}

// Module Popup

.ie .module-popup {
border-bottom: none;
}

// Module Grid

.module-grid {
Expand Down

0 comments on commit 2db796e

Please sign in to comment.