Skip to content

Commit

Permalink
Combining CSS rules, adding changes to src folder, removing incorrect…
Browse files Browse the repository at this point in the history
… class
  • Loading branch information
Paul Redmond committed Oct 9, 2014
1 parent d5a7570 commit 13b150e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
10 changes: 3 additions & 7 deletions dist/jquery.remodal.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,23 +251,19 @@ body.remodal_active .remodal {
/* IE8
========================================================================== */

html.lt-ie9{
html.lt-ie9,
html.lt-ie9 body{
min-height:100%;
overflow: auto !important;
margin: 0;
}

html.lt-ie9 body{
min-height:100%;
overflow: auto !important;
margin: 0;
}

.lt-ie9 .remodal-overlay {
background: url(img/overlay-ie8.png);
}

.lt-ie9 .remodal.remodel-comments{
.lt-ie9 .remodal{
width: 500px;
min-height: auto;
}
Binary file added src/img/overlay-ie8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/jquery.remodal.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,23 @@ body.remodal_active .remodal {
border-radius: 6px;
}
}

/* IE8
========================================================================== */

html.lt-ie9,
html.lt-ie9 body{
min-height:100%;
overflow: auto !important;
margin: 0;
}


.lt-ie9 .remodal-overlay {
background: url(img/overlay-ie8.png);
}

.lt-ie9 .remodal{
width: 500px;
min-height: auto;
}

0 comments on commit 13b150e

Please sign in to comment.