#2719: styles for edit_inline broken, forms.css
---------------------------------------+------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Admin interface | Version:
Severity: normal | Keywords:
---------------------------------------+------------------------------------
when using edit_inline=models.STACKED, the admin-interface looks strange.
with changing the following lines in forms.css it´s fine again:
label.inline { margin-left:20px; }
TO: label.inline { font-weight:normal !important; color:#666; font-
size:12px; }
.aligned label.inline { display:inline; float:none; }
TO: .aligned label.inline { display:block; padding:0 1em 3px 0;
float:left; width:8em; }
--
Ticket URL: <http://code.djangoproject.com/ticket/2719>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---