I've been experimenting with the Outline Print Reports. I would like to
have it mimic the on-screen view with icons for the folders and
tasks(checkbox).
So far, (and not sure if this is a good method), using the ".tasks" Task
Type I can pull in a graphic with something like this:
.task{
background-image:url(images/checkbox.png);
background-repeat:no-repeat;
background-position:left top;
padding-left:24px;
margin-bottom:4px;
}
I like how this looks, however I'm stuck on how to modify the task if the
folder property is checked. .folder or .taskfolder doesn't seem to work.
Is there a correct name to work this control? .. I realize at this point I
would still retain the checkbox, but similar to how the .completed
can strike-through, if I could BOLD folder type tasks that would help.
However ideally, what and where would some kind of logic go to determine
whether a task is a folder, completed, or uncompleted and format and pull
in images accordingly?
Thanks kindly,
Chad
--
You received this message because you are subscribed to the Google Groups
"MyLifeOrganized" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/mylifeorganized/-/u2HV02SJz4cJ.
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/mylifeorganized?hl=en.