Skip to content

Commit

Permalink
New release v1.1.2
Browse files Browse the repository at this point in the history
- Bug fix on callback that fires once is closed in the overlay.
- Bug fix IE8 when open the modal.
- Changes in the sample page.
  • Loading branch information
sp-julio-calle committed Dec 10, 2013
1 parent eda3bf2 commit 2e13a18
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 37 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ jQuery Modal Window Effects with transitions CSS3. See the [project page](http:/

## Changelog:

### Version 1.1.2 - 2013/12/10
* Bug fix on callback that fires once is closed in the overlay.
* Bug fix IE8 when open the modal.
* Changes in the sample page.

### Version 1.1.1 - 2013/11/05
* Bug fix on the position scrollbar.

Expand Down
2 changes: 1 addition & 1 deletion custombox.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jquery",
"responsive"
],
"version": "1.1.0",
"version": "1.1.2",
"author": {
"name": "Julio De La Calle",
"email": "juliodlcp@gmail.com",
Expand Down
9 changes: 4 additions & 5 deletions demo/css/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ code {
code {
padding: 0;
}
.code .container {
width: 100%;
}
.clearfix:after {
content: ".";
display: block;
Expand Down Expand Up @@ -77,7 +80,7 @@ code {
right: -50px;
top: -65px;
left: auto;
z-index: 2;
z-index: 3;
}
a.download {
font-size: 22px;
Expand Down Expand Up @@ -153,7 +156,6 @@ h3 em {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
Expand All @@ -171,7 +173,6 @@ h3 em {
border: none;
}


/*
----------------------------
Modal Example 4
Expand All @@ -190,11 +191,9 @@ h3 em {
.custombox-close.customslide .custombox-modal-content {
-webkit-transform: scale(2);
-ms-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
opacity: 1;
-webkit-transition-property: all;
-ms-transition-property: all;
-o-transition-property: all;
transition-property: all !important;
}
Loading

0 comments on commit 2e13a18

Please sign in to comment.