Author: jacob
Date: 2007-02-28 16:22:03 -0600 (Wed, 28 Feb 2007)
New Revision: 4652

Modified:
   django/trunk/django/contrib/admin/media/css/forms.css
Log:
Reverted [4590] (changes to field label CSS) since it caused more problems than 
it created. Fixes #3596 and reopens #2205.

Modified: django/trunk/django/contrib/admin/media/css/forms.css
===================================================================
--- django/trunk/django/contrib/admin/media/css/forms.css       2007-02-28 
22:11:45 UTC (rev 4651)
+++ django/trunk/django/contrib/admin/media/css/forms.css       2007-02-28 
22:22:03 UTC (rev 4652)
@@ -9,7 +9,7 @@
 /* FORM LABELS */
 form h4 { margin:0 !important; padding:0 !important; border:none !important; }
 label { font-weight:normal !important; color:#666; font-size:12px; }
-/* label.inline { margin-left:20px; } */
+label.inline { margin-left:20px; }
 .required label, label.required { font-weight:bold !important; color:#333 
!important; }
 
 /* RADIO BUTTONS */
@@ -20,7 +20,7 @@
 
 /* ALIGNED FIELDSETS */
 .aligned label { display:block; padding:0 1em 3px 0; float:left; width:8em; }
-/* .aligned label.inline { display:inline; float:none; } */
+.aligned label.inline { display:inline; float:none; }
 .colMS .aligned .vLargeTextField, .colMS .aligned .vXMLLargeTextField { 
width:350px; }
 form .aligned p, form .aligned ul { margin-left:7em; padding-left:30px; }
 form .aligned table p { margin-left:0; padding-left:0; }


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to