Hi all, (this one is mostly for Wilson, I guess)
I see there's been some refactoring of the CSS for the admin app going on, so this might be a good time for a related change: Many of the style rules used in the admin CSS have very generic selectors (there are styles for p, ul, etc). In my current project, we're embedding the admin screens in our own layout, reusing the styles for the rest of the site. The generic rules in the admin CSS make that a lot more cumbersome than it'd need to be. I'd really like to see the selectors changed to be more specific (for example, use ".admin-form p" instead of just "p"). Also, the the markup use some class and ID names that are fairly common, such as #content. These are pretty much guaranteed to clash with names used for the site layout. Could those be changed/prefixed (for example, "#admin-content" instead of "#content"). Those changes would make it a lot simpler to embed the admin app in an existing layout. Thanks, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
