Skip to content

Commit

Permalink
Update v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelodolza committed Sep 15, 2017
1 parent 7261073 commit 5402b45
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 269 deletions.
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

7 changes: 6 additions & 1 deletion css/iziModal.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* iziModal | v1.5.0
* iziModal | v1.5.1
* http://izimodal.marcelodolce.com
* by Marcelo Dolce.
*/
Expand All @@ -14,6 +14,7 @@
background: #FFF;
box-shadow: 0 0 8px rgba(0,0,0,.3);
transition: margin-top 0.3s ease, height 0.3s ease;
transform: translateZ(0);
}
.iziModal *{
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -88,6 +89,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
}
.iziModal .iziModal-header-buttons {
position: absolute;
Expand Down Expand Up @@ -172,6 +174,9 @@
.iziModal-rtl .iziModal-button{
float: left;
}
.iziModal-rtl .iziModal-header-title, .iziModal-rtl .iziModal-header-subtitle{
text-align: right;
}
.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
padding: 10px 15px 12px 40px;
}
Expand Down
4 changes: 2 additions & 2 deletions css/iziModal.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 5402b45

Please sign in to comment.