close fullscreen

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...

--Ethan McCutchen.....2013-09-11 20:30:02 +0000

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.

--John Abbe.....2013-09-11 20:42:27 +0000

Dunno where I saw that, but looking at it now it is still grayed out :-P

--John Abbe.....2013-09-11 20:44:08 +0000

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

--Ethan McCutchen.....2013-09-11 20:49:03 +0000

http://johnabbe.wagn.org/?debug=style

--Ethan McCutchen.....2013-09-11 20:49:45 +0000

that works, so re-saving the style rule should make it take effect.

--Ethan McCutchen.....2013-09-11 20:50:04 +0000

by the way, did you notice that all the text areas are autosizing for ya now?

--Ethan McCutchen.....2013-09-11 20:50:40 +0000

nice! and thx for walking me through all that. intending to listen to the skins call but haven't yet...

--John Abbe.....2013-09-11 21:08:29 +0000