Closed (fixed)
Project:
Edit
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Jan 2013 at 08:11 UTC
Updated:
4 Jan 2014 at 02:42 UTC
Jump to comment: Most recent

Comments
Comment #1
nod_it is.
Comment #2
wim leersI wonder how you "fixed" this? (Links to commits would be very helpful here — and yes, d.o should really be doing that automatically.)
Drupal messages are centered, the form is left-aligned. I think you "fixed" it by also left aligning the messages?
Comment #3
nod_http://drupalcode.org/project/edit.git/commitdiff/d1623e3859b3e67bd64cdb...
Comment #4
wim leers#3: You realize that this a Bartik-specific optimization?
Comment #5
nod_not really, edit.css takes care of the style for .edit-form, it should take care of the style for things inside of it too, this works because .edit-form has a padding that will make sure it's not ugly when margins are removed from the messages div.
works with bartik, zen, stark.
Comment #6
wim leersHm, okay. It's just that different themes will style
div.messagesitself differently, which is what I was getting at. In any case, it's something we can worry about later — once we get feedback from actual users in production running advanced custom themes :)