Seems like TeamTasks has been a bit "oversimplified" in that it is way
too difficult to access the TiddlyWiki basics which would allow you to
customize just these things, if only ShadowTiddlers such as the
StyleSheet tiddler.
Using Firebug you could inspect the documents layout and finding that
the input element you want to change is a textarea and it is contained
in a block-level element (a div) with a classname of "viewer" which
itself is contained in the tiddler.
.tiddler div.editor textarea {height:400px;}
Translated: "Give any textarea contained in a block-level element by
the classname of "viewer" within another one by a classname of
"tiddler" a height of 400px;"
However, having tried that in the all hidden StyleSheet as referenced
from the ReleaseNotes (?) tiddler, it doesn't work. In fact, nothing
entered into this StyleSheet seems to be applied. Smells like a bug to
me.
Cheers, Tobias.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
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/tiddlywiki?hl=en.