Improve CSS of Flash Messages.
saurabhshri opened this issue · 3 comments
Relevant section of code : https://github.com/saurabhshri/ccextractor-web/blob/development/templates/_formHelper.html#L56
Here too.
I would like to work on this.
Can you brief me on how you want the messages to be displayed?
Just the correct spacing or positioning as well?
Thank you for showing interest, @arc9693 . You're right, the messages in forms could also use some CSS improvements. :)
For flash messages, currently they are appended to each other instead of appearing one below the other. Also, I think it would be a great idea if those messages do not append to the webpage body, but sorts of overlays (i.e. drops down from top, or slide in from side) above the page. Maybe something like :
For form messages, proper alignment, positioning and spacing should do it.
Having said that, feel free to choose (for both) what you think is best. As long as it's fixed and appealing, I am happy with it :)