Closed (fixed)
Project:
Drupify
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2008 at 17:49 UTC
Updated:
31 Dec 2008 at 02:50 UTC
What:
When messages are being presented by Drupal (using drupal_set_message(...)) they are not formatted.
Problem:
This makes the messages look like all the other body text and makes them very invisible. The messages should be shown in a clear way.
Solution:
Style the message. The easiest way is to do this is to use the CSS selector for messages and set a border, backgroun color and padding on the text.
Comments
Comment #1
matt v. commentedI added styling to the status, warning, and error messages (commit #159346).