Author: jacob
Date: 2007-02-25 22:37:52 -0600 (Sun, 25 Feb 2007)
New Revision: 4590
Modified:
django/trunk/django/contrib/admin/media/css/forms.css
Log:
Small fix to admin CSS. Fixes #2205; thanks, [EMAIL PROTECTED]
Modified: django/trunk/django/contrib/admin/media/css/forms.css
===================================================================
--- django/trunk/django/contrib/admin/media/css/forms.css 2007-02-26
03:44:36 UTC (rev 4589)
+++ django/trunk/django/contrib/admin/media/css/forms.css 2007-02-26
04:37:52 UTC (rev 4590)
@@ -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; }
@@ -57,4 +57,4 @@
.vURLField { width:30em; }
.vLargeTextField, .vXMLLargeTextField { width:48em; }
.flatpages-flatpage #id_content { height:40.2em; }
-.module table .vPositiveSmallIntegerField { width:2.2em; }
\ No newline at end of file
+.module table .vPositiveSmallIntegerField { width:2.2em; }
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---