You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1083,6 +1083,15 @@ window.noty = function noty(options) {
1083
1083
this.$bar.addClass("list-group-item-success");
1084
1084
break;
1085
1085
}
1086
+
1087
+
this.$message.css({
1088
+
fontSize: '13px',
1089
+
lineHeight: '16px',
1090
+
textAlign: 'center',
1091
+
padding: '8px 10px 9px',
1092
+
width: 'auto',
1093
+
position: 'relative'
1094
+
});
1086
1095
},
1087
1096
callback: {
1088
1097
onShow: function(){},
@@ -1147,7 +1156,7 @@ window.noty = function noty(options) {
1147
1156
1148
1157
this.$bar.css({
1149
1158
overflow : 'hidden',
1150
-
background: "url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==') repeat-x scroll left top #fff"
1159
+
background: "url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAQAAAClM0ndAAAAhklEQVR4AdXO0QrCMBBE0bttkk38/w8WRERpdyjzVOc+HxhIHqJGMQcFFkpYRQotLLSw0IJ5aBdovruMYDA/kT8plF9ZKLFQcgF18hDj1SbQOMlCA4kao0iiXmah7qBWPdxpohsgVZyj7e5I9KcID+EhiDI5gxBYKLBQYKHAQoGFAoEks/YEGHYKB7hFxf0AAAAASUVORK5CYII=') repeat-x scroll left top #fff"
1151
1160
});
1152
1161
1153
1162
this.$message.css({
@@ -1163,7 +1172,7 @@ window.noty = function noty(options) {
Copy file name to clipboardExpand all lines: noty.jquery.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name" : "noty",
3
-
"version" : "2.2.8",
3
+
"version" : "2.2.9",
4
4
"title" : "noty - a jquery notification plugin",
5
5
"description" : "noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name" : "noty",
3
-
"version" : "2.2.8",
3
+
"version" : "2.2.9",
4
4
"title" : "noty - a jquery notification plugin",
5
5
"description" : "noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
0 commit comments