Skip to content

Commit

Permalink
Positioned the close button on alerts in a nicer place for IE7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 30, 2012
1 parent 7c682ea commit c70a86e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ckan/public/base/less/ckan.less
Expand Up @@ -93,3 +93,12 @@ iframe {
.page-heading {
margin-bottom: 16px;
}

.ie7 .alert {
position: relative;
.close {
position: absolute;
top: 6px !important;
right: @gutterSmallY;
}
}

0 comments on commit c70a86e

Please sign in to comment.