Sure!  I wasn't at the computer I'd done the mods on when I wrote that
reply, but here's the relevant section of newbacklog.css:

(I had to use "find / -name newbacklog.css" to find where the python
egg had installed itself to on my server (is that right?? I don't
usually do python... haha)

.backlog {
                position: absolute;
                top: 72px;
                right: 0;
/*              bottom: 120px; /* make room for the contingent */
                bottom: 0;
                left: 0;
                overflow-y: scroll;
                overflow-x: hidden;
        }

                .backlog dl {
                        border-collapse: collapse;
                }

                .backlog dt,
                .backlog dd {
                        line-height: 23px;
                        height: 23px;
                        border-bottom: 1px solid #E8E8E8;
                }

                .backlog dd {
                        border-color: #f8f8f8;
                }

                .backlog dl dl dd .summary {
                        text-indent: 24px;
                }

                .backlog dl dl .summary {
                        text-indent: 12px;
                }

                #backlog .childcontainer {
                    height: auto !important; /* need to override the height of 
dd
element which is actually a container itself */
                }

                #backlog .childcontainer dt {
                        background: #f0f0f0;
                }

                .backlog dd {
                        background: #fff;
                        color: #333;
                }

                #backlog dt {
                        background: #D6D6D6;
                }

I did this about a month ago, so forgive me, but I don't really
remember which modifications produced which effect.  :(

Just for the record, what I would LOVE to be able to do is apply a
"strikeout" style to tickets that are closed, and maybe something like
stoplight text coloring on new (red), assigned (yellow), and accepted
(green) tickets.



On May 12, 5:20 am, Robert Buchholz <[email protected]>
wrote:
> Hey Rick,
>
> On Tuesday 11 May 2010, Rick wrote:
>
> > I wonder if its possible to have the Agilo code generate an
> >  additional css class on the parent tr of a td element which is the
> >  same as the status value?  Then we could code css rules for whatever
> >  statuses we may have.
>
> > Like:
>
> > <dt class="container handle status-closed" id="ticketID-438">
> >   <span class="status" data="{'contains':'status'}">closed</span>
> > </dt>
>
> True. It should be possible to extend the JavaScript client to do so,
> somewhere along the lines of class="tickettype-task ticketstatus-new" --
> Which classes do you think make sense to have?
>
> This feature is not planned for the upcoming release, but maybe we can
> sneak in a patch? :-)
>
> To have an easier upgrade path, you should set up a site.html with a
> custom CSS files that uses these CSS classes as described 
> here:http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance
>
> > I have managed to color code my Sprint backlog, as well as indent
> >  user stories and tasks differently by customizing the newbacklog.css
> >  file.
>
> Ahh, cool. Do you mind sharing your modifications with the list?
>
> > Just a tip - I used Chrome's "Developer Tools" UI to figure out which
> > elements needed styling, since they're populated via ajax regular
> > "View Source" won't help.
>
> Very good hint! I have added this to our development 
> Wiki:https://dev.agile42.com/wiki/agilo/dev/tech/DevelopmentStart
>
> Robert
>
> --
> --
> Follow Agilo on Twitter:http://twitter.com/agiloforscrum
> Please support us by reviewing and voting 
> on:http://userstories.com/products/8-agilo-for-scrumhttp://ohloh.net/p/agilo-scrumhttp://freshmeat.net/projects/agiloforscrum
>
> You received this message because you are subscribed to the Google
> Groups "Agilo for Scrum" group. This group is moderated by agile42 
> GmbHhttp://www.agile42.comand 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 
> athttp://groups.google.com/group/agilo?hl=en

-- 
--
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
Please support us by reviewing and voting on: 
http://userstories.com/products/8-agilo-for-scrum 
http://ohloh.net/p/agilo-scrum 
http://freshmeat.net/projects/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

Reply via email to