Author: wilson
Date: 2006-04-11 13:28:34 -0500 (Tue, 11 Apr 2006)
New Revision: 2678

Modified:
   django/branches/magic-removal/django/contrib/admin/media/css/forms.css
   django/branches/magic-removal/django/contrib/admin/media/css/patch-iewin.css
Log:
magic-removal: fixed #1620 -- Added hack so IE6 will contain long form labels 
within form rows.


Modified: django/branches/magic-removal/django/contrib/admin/media/css/forms.css
===================================================================
--- django/branches/magic-removal/django/contrib/admin/media/css/forms.css      
2006-04-11 15:18:20 UTC (rev 2677)
+++ django/branches/magic-removal/django/contrib/admin/media/css/forms.css      
2006-04-11 18:28:34 UTC (rev 2678)
@@ -1,12 +1,6 @@
 @import url('base.css');
 @import url('widgets.css');
 
-/* SUBMIT ROW */
-.submit-row { padding:5px 7px; text-align:right; background:white 
url(../img/admin/nav-bg.gif) 0 100% repeat-x; border:1px solid #ccc; margin:5px 
0; }
-.submit-row input { margin:0 0 0 5px; }
-.submit-row p { margin-top:0.3em; }
-.submit-row .deletelink { background:url(../img/admin/icon_deletelink.gif) 0 
50% no-repeat; padding-left:14px; }
-
 /* FORM ROWS */
 .form-row { overflow:hidden; padding:8px 12px; font-size:11px; 
border-bottom:1px solid #eee; }
 .form-row img, .form-row input { vertical-align:middle; }
@@ -50,6 +44,12 @@
 /* MONOSPACE TEXTAREAS */
 fieldset.monospace textarea { font-family:"Bitstream Vera Sans 
Mono",Monaco,"Courier New",Courier,monospace; }
 
+/* SUBMIT ROW */
+.submit-row { padding:5px 7px; text-align:right; background:white 
url(../img/admin/nav-bg.gif) 0 100% repeat-x; border:1px solid #ccc; margin:5px 
0; }
+.submit-row input { margin:0 0 0 5px; }
+.submit-row p { margin-top:0.3em; }
+.submit-row .deletelink { background:url(../img/admin/icon_deletelink.gif) 0 
50% no-repeat; padding-left:14px; }
+
 /* CUSTOM FORM FIELDS */
 .vSelectMultipleField { vertical-align:top !important; }
 .vCheckboxField { border:none; }

Modified: 
django/branches/magic-removal/django/contrib/admin/media/css/patch-iewin.css
===================================================================
--- 
django/branches/magic-removal/django/contrib/admin/media/css/patch-iewin.css    
    2006-04-11 15:18:20 UTC (rev 2677)
+++ 
django/branches/magic-removal/django/contrib/admin/media/css/patch-iewin.css    
    2006-04-11 18:28:34 UTC (rev 2678)
@@ -1,7 +1,6 @@
 * html #container { position:static; } /* keep header from flowing off the 
page */
 * html .colMS #content-related { margin-right:0; margin-left:10px; 
position:static; } /* put the right sidebars back on the page */
 * html .colSM #content-related { margin-right:10px; margin-left:-115px; 
position:static; } /* put the left sidebars back on the page */
+* html .form-row { height:1%; }
 * html .dashboard #content { width:768px; } /* proper fixed width for 
dashboard in IE6 */
-* html .dashboard #content-main { width:535px; } /* proper fixed width for 
dashboard in IE6 */
-* html #content { width /**/: 768px; } /* fixed width for IE5 */
-* html #content-main { width /**/: 535px; } /* fixed width for IE5 */
\ No newline at end of file
+* html .dashboard #content-main { width:535px; } /* proper fixed width for 
dashboard in IE6 */
\ No newline at end of file


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to