I've been using CSS class div.success to present success messages to the user for ages. I've styled it accordingly (margin, padding, etc).
Because of this declaration of mine, your alerts appear quite wrong. Do you think it's possible that you use some different class name, other than "success" which is really generic? Use something in a namespace preferably.
I've been using CSS class div.success to present success messages to the user for ages. I've styled it accordingly (margin, padding, etc).
Because of this declaration of mine, your alerts appear quite wrong. Do you think it's possible that you use some different class name, other than "success" which is really generic? Use something in a namespace preferably.
Thanks.