Closed (fixed)
Project:
Modal forms (with ctools)
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Sep 2012 at 21:05 UTC
Updated:
16 Nov 2012 at 11:40 UTC
Hi,
I am not sure if it's me, but I feel that there is something wrong in modal_forms_popup.css
Line 17-21 look like:
div.modal-forms-modal-content div.messages {
border: none;
margin: 0;
padding: 0;
}
I wonder why padding:0 is there as it's causing the error icon to appear below the text instead of next to it (see attached file). Removing that line fixes the display problem.
thanks
Comments
Comment #1
frjo commentedCommitted a fix to 7-dev. Thanks for reporting it!