Commit a12a7a3e9c4797c5d3ddaef23766a89c3ecc8040
1 parent
a87b44bb
Added div with style clear:both to clear icon float in notify.
Showing
2 changed files
with
6 additions
and
0 deletions
@@ -572,6 +572,9 @@ | @@ -572,6 +572,9 @@ | ||
572 | if (opts.pnotify_text === false) | 572 | if (opts.pnotify_text === false) |
573 | pnotify.text_container.hide(); | 573 | pnotify.text_container.hide(); |
574 | 574 | ||
575 | + //Append div with clear:both class | ||
576 | + $14("<div />", {"class":"rf-ny-fcl"}).appendTo(pnotify.container); | ||
577 | + | ||
575 | // Set width and min height. | 578 | // Set width and min height. |
576 | if (typeof opts.pnotify_width == "string") | 579 | if (typeof opts.pnotify_width == "string") |
577 | pnotify.css("width", opts.pnotify_width); | 580 | pnotify.css("width", opts.pnotify_width); |
Please
register
or
login
to post a comment