Mark Godfrey wrote: > Hi all! > > I've just noticed a recent change that's been added to TableForm that > causes a class with css names between it and DataGrid > > When I include both on a page, the css for DataGrid colours the > TableForm (due to DataGrid's css blanket defining .odd and .even > instead of .grid .even and .grid .odd ) > > The fix is simple enough: > > all the DataGrid css entities need to have .grid pre-pended to them to > ensure they are only applied to the grid class > > Now, I'm not sure whether this should be labelled as "bug" or > "enhancement", so I thought I'd post first. > > I can supply a patch if it's needed.
Yep, the solution is good, open a ticket with the patch, or commit it if you have svn access (maybe you had this only at pycon?). :-) Ciao Michele --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

