From: Bruno B. \(Levure\) <le...@ba...> - 2002-10-29 20:57:30
|
Hello, On the proposal of Ondrej Jombik, I would like to begin a "brainstorming" about the setup of a CSS classes generation policy for PHPMyEdit. I think that all the phpMyEdit CSS classes should be prefixed with a configurable string which will have the default value of "pme_" (for PhpMyEdit). For example, in a listing, we should have three classes for the rows : HeaderRow : Class pme_row_headers Row 1 : Class pme_row_listing_one Row 2 : Class pme_row_listing_two Row 3 : Class pme_row_listing_one Row 4 : Class pme_row_listing_two Row 5 : Class pme_row_listing_one Row 6 : Class pme_row_listing_two This rotation between the two classes would bring more readability for large and long tables. I think there's two different kind of CSS classes in the case of the PhpMyEdit project. Some classes are common for several generated files, and somes classes are unique for one kind of generated files. We should begin by making a list of theses classes and build a table with the uses of theses classes. Do you agree with that ? If you agree I can begin to make the list of the currently used classes and to build a table with the uses of the CSS classes in the different kind of generated files. Kind regards, ------------------------------------- Bruno BAGUETTE - le...@ba... |