Re: Proposal: Minor admin CSS refactoring

2008-11-15 Thread Wilson
Just wanted to update to say the bulk of this is now done (Steps 1, 2 and 3). One note: the file structure is largely the same, but I did remove the hidden import rules in each file that made it confusing as to which styles were being included where. Each stylesheet is now explicitly linked to fr

Re: Proposal: Minor admin CSS refactoring

2008-10-17 Thread andybak
Good news. I'm sure there are tickets for this but I see a lot of breakages when grouping fields into fieldsets. Labels in particular tend to be oddly spaced and SELECT's often wrap to a different line to their label. On Oct 16, 9:35 pm, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote: > On Thu, Oc

Re: Proposal: Minor admin CSS refactoring

2008-10-16 Thread Adrian Holovaty
On Thu, Oct 16, 2008 at 3:28 PM, Wilson <[EMAIL PROTECTED]> wrote: > Goals: > > 1. Make the admin CSS files easier for multiple editors and more > version-control friendly > 2. Reduce unnecessary complexity of the admin CSS file structure > 3. Replace obscure CSS parser hacks currently used to fil

Proposal: Minor admin CSS refactoring

2008-10-16 Thread Wilson
I've been poking around the contrib.admin CSS recently after a long hiatus. I'm amazed at how well they've held up all this time, but obviously after three years I've changed my mind about some of the bright ideas I had when I wrote the first version. Obviously, with newforms admin it's a lot eas