UMBC-CMSC447-Spring2017-Team5 / college-JUMP

https://lassa.xen.prgmr.com/collegejump/
GNU General Public License v3.0
0 stars 0 forks source link

Flashed messages are offset slightly from the container #80

Open alexander-bauer opened 7 years ago

alexander-bauer commented 7 years ago

To recreate, ensure there is an announcement present in the database, then log in. The flashed message box is a few pixels to the right of where the announcement box begins.

Mjacks3 commented 7 years ago

Researched this. More difficult than it seems. Flashed messages follow the page's padding and margin settings, but also seem to have the slightest padding of their own which, when generated, which causes that offset. If we could separate flashed messages from the rest of the content, we'd be fine.As it stands, unless we can edit/recreate the flashed message template function, then this is really more trouble than it's worth.