Skip to content

Commit 4093790

Browse files
author
craftpip
committed
Version 1.7.3.
1 parent 307045f commit 4093790

File tree

10 files changed

+23
-26
lines changed

10 files changed

+23
-26
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### jquery-confirm
22
*alerts, confirms and dialogs in* ***one.***
33

4-
v1.7.0
4+
v1.7.3
55

66
A multipurpose plugin for alert, confirm & dialog, with Super powers.
77

@@ -11,7 +11,6 @@ A multipurpose plugin for alert, confirm & dialog, with Super powers.
1111
* prevent Dialog close on background click
1212
* callback function, and more
1313

14-
1514
View Detailed [Documentation & Examples](http://craftpip.github.io/jquery-confirm)
1615

1716
## Installation
@@ -55,6 +54,12 @@ Checkout the [documentation](http://craftpip.github.io/jquery-confirm) for furth
5554

5655
## Version changes
5756

57+
(New in 1.7.3)
58+
* Fix show and hide for closeIcon
59+
* Improved animations, more CSS
60+
* setContent method improved.
61+
* setTitle method added.
62+
5863
(New in 1.7.0)
5964
* Option for custom width added (using bootstrap grid)
6065
* Text overflow logic changed, #13

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-confirm2",
3-
"version": "1.7.0",
3+
"version": "1.7.3",
44
"homepage": "https://github.com/craftpip/jquery-confirm",
55
"authors": [
66
"boniface pereira <[email protected]>"

css/jquery-confirm.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery-confirm v1.7.0 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v1.7.3 (http://craftpip.github.io/jquery-confirm/)
33
* Author: boniface pereira
44
* Website: www.craftpip.com
55
* Contact: [email protected]
@@ -88,10 +88,7 @@ body.jconfirm-noscroll {
8888
}
8989
.jconfirm .jconfirm-box div.content {
9090
padding-top: 10px;
91-
padding: 10px 15px 10px
92-
/*max-height: 350px;*/
93-
/*overflow: scroll;*/
94-
/*overflow-y: auto;*/
91+
padding: 10px 15px 10px;
9592
}
9693
.jconfirm .jconfirm-box div.content:empty {
9794
height: 40px;
@@ -103,7 +100,6 @@ body.jconfirm-noscroll {
103100
height: 20px;
104101
width: 20px;
105102
border: solid 2px #aaa;
106-
/*background-color: #ddd;*/
107103
position: absolute;
108104
left: 50%;
109105
margin-left: -45px;

css/jquery-confirm.less

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery-confirm v1.7.0 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v1.7.3 (http://craftpip.github.io/jquery-confirm/)
33
* Author: boniface pereira
44
* Website: www.craftpip.com
55
* Contact: [email protected]
@@ -80,9 +80,6 @@ body.jconfirm-noscroll{
8080
div.content{
8181
padding-top: 10px;
8282
padding: 10px 15px 10px;
83-
/*max-height: 350px;*/
84-
/*overflow: scroll;*/
85-
/*overflow-y: auto;*/
8683

8784
&:empty{
8885
height: 40px;
@@ -93,7 +90,6 @@ body.jconfirm-noscroll{
9390
height: 20px;
9491
width: 20px;
9592
border: solid 2px #aaa;
96-
/*background-color: #ddd;*/
9793
position: absolute;
9894
left: 50%;
9995
margin-left: -45px;

dist/jquery-confirm.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)