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

verta’s picture

+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?

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

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.

nancydru’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

It would seem that this must be done in the theme's node.tpl.php.