Hi Shikarishambu, > The hudson plugin does not seem to put a class=iconHudson. But, some > other plugins do. BTW, where are these classes defined? I could not > find it
This happens in the theme.html file, though somewhat obscured as it uses some gensi magic to attache the .iconXXX class on about line 50. What it basically does is use the labels title and turn it into the class. If that doesn't work, it might be because the hudson plugin adds its labels in a strange way. You could either debug that or... >> Have a look at the html of the titlebar to see the class of the icon, it >> should be something like .iconHudson - if that fails, you can always go >> with the offset of the item. It might be easier if you go for the offset? If you'r browsers don't support nth-child(), you might be able to patch it in via jquery (which is part of trac, so you don't need to bring it in separately). For more info on css3 support for your relevant browsers you can take a look here: <http://www.css3.info/selectors-test/test.html> Hope that helps Regards, Martin -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum ----- You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. 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/agilo?hl=en

