Posted by AppleBag on August 4, 2010 at 10:49pm
3 followers
Jump to:
| Project: | Site notes |
| Version: | 6.x-1.2 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
Would it be possible to add the Zebra look to the notes list, so even and odd colors are different? It would help to "separate" each note alot better. By default it looks like a big page of text with different sized fonts all over it when you have alot of notes.
Comments
#1
+1 for this.
Drupal and many themes will handle this with the relevant color choices if the module will just add the appropriate"even" and "odd" to the class on the TD tags. It's pretty easy to do a mod function on the row number of the result set, I wish I was a PHP programmer so I could submit the code. Any takers?
#2
At the moment, unfortunately, I cannot test anything because my test systems are broken (thanks, Windoze). But in node lists (i.e. teasers), the theme's node.tpl.php, or at least every one I have seen, automatically adds
class="$zebra". Check your HTML output and see if it is there.