Author: wilson
Date: 2006-06-02 10:33:30 -0500 (Fri, 02 Jun 2006)
New Revision: 3065

Modified:
   django/trunk/django/contrib/admin/media/css/layout.css
Log:
Fixed #1999 -- Sidebar widths are now specified in ems and will scale up with 
increasing font size.


Modified: django/trunk/django/contrib/admin/media/css/layout.css
===================================================================
--- django/trunk/django/contrib/admin/media/css/layout.css      2006-06-02 
15:17:10 UTC (rev 3064)
+++ django/trunk/django/contrib/admin/media/css/layout.css      2006-06-02 
15:33:30 UTC (rev 3065)
@@ -3,13 +3,13 @@
 #content { margin:10px 15px; }
 #header { width:100%; }
 #content-main { float:left; width:100%; }
-#content-related { float:right; width:220px; position:relative; 
margin-right:-230px; }
+#content-related { float:right; width:18em; position:relative; 
margin-right:-19em; }
 #footer        { clear:both; padding:10px; }
 
 /*  COLUMN TYPES  */
-.colMS { margin-right:245px !important; }
-.colSM { margin-left:245px !important; }
-.colSM #content-related { float:left; margin-right:0; margin-left:-230px; }
+.colMS { margin-right:20em !important; }
+.colSM { margin-left:20em !important; }
+.colSM #content-related { float:left; margin-right:0; margin-left:-19em; }
 .colSM #content-main { float:right; }
 .popup .colM { width:95%; }
 .subcol { float:left; width:46%; margin-right:15px; }


--~--~---------~--~----~------------~-------~--~----~
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