it's not showing up because ".closed-content input" is hidden. This changed because labeled view now wraps its content with the "closed-content" class so that it's styled like closed content.
This seems like a reasonable default, since we're not currently treating closed/labeled like editing contexts (though you can easily get there via the menu) but if you want your site to show that input box, you can choose whether you want to change to view, for just that one input to show, for all inputs to show in closed contexts, for all inputs to show in labeled view, just navbox in either view...
Thx. I added this to *css and it didn't help:
.SELF-find .closed-content input { display: inline; }
So I added !important and the navbox still doesn't show up, though when I look at it in Firebug the input tag is no longer grayed out.
Dunno where I saw that, but looking at it now it is still grayed out :-P
did you update the style rule? (see last comment in other support ticket)
my recommendation is to do CSS work by setting either the style explicitly or setting the debug param to style
http://johnabbe.wagn.org/?debug=style
that works, so re-saving the style rule should make it take effect.
by the way, did you notice that all the text areas are autosizing for ya now?
nice! and thx for walking me through all that. intending to listen to the skins call but haven't yet...