Perfect. Adding the code from Tobias to the stylesheet, and adding the [[StyleSheet]] where Bauwe said in the TeamTasksSkin solved the problem. The area is now much bigger when entering text.
The adding of the styleshhet to the teamtaskskin also made some other CSS related options start to function...so that is useful to know! Many thanks On Feb 28, 2:11 pm, Bauwe Bijl <[email protected]> wrote: > Hi > As far as I know: if the link [[ StyleSheet ]] is added to any > rendered css from a theme......either on top or at the bottom of the > css section (at the bottom it's rendered after recent..) users can > make use of the default shadow stylesheet again. > The tiddler TeamTasksSkin ( /teamtasks.html#TeamTasksSkin ) is the > systemTheme > .....puting [[StyleSheet]] before the /*}}}*/ at the bottom of the css- > section makes this all work again ... > > Bauwe > > On Feb 28, 12:47 pm, Tobias Beer <[email protected]> wrote: > > > 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.

