Markup generated by misc/tabledrag.js/tableDragChangedWarning incorrectly repeats the background image.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | seven-table-drag-message-bg-1741160-1.patch | 337 bytes | squaretone |
| table-drag-background.png | 17.62 KB | squaretone |
Markup generated by misc/tabledrag.js/tableDragChangedWarning incorrectly repeats the background image.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | seven-table-drag-message-bg-1741160-1.patch | 337 bytes | squaretone |
| table-drag-background.png | 17.62 KB | squaretone |
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.