Closed (fixed)
Project:
Seven
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2012 at 14:55 UTC
Updated:
3 Sep 2012 at 16:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
squaretone commentedAttached is a patch that applies the same styles from div.messages to div.warning, div.error, and div.status inside system.messages.css. Normally, this would not be needed but the core /misc/tabledrag.js/tableDragChangedWarning does not wrap the table drag message in a div.messages element.
This gives the warning element proper background-repeat, padding, and margin.
Comment #2
traviscarden commentedThanks, @squaretone! Committed.