Thanks~ Comparing these different themes, I found a bug in the current 1.89.5 theme: The default view shows four buttons: admin, request, session, and response. The last three buttons should expand to show some useful information. However, the information has a CSS visibility: hidden; property so it can't be seen! This property was inherited from div#request_hidden (base.css:232). The information becomes visible if I uncheck this property from Chrome developer tools.
How should this be fixed? Is there a reason the CSS file sets the visibility to hidden? John-Kim On Dec 8, 4:39 am, Chris Steel <[email protected]> wrote: > I was playing with plugin_layout and could not resist the temptation to > bring back the past. Of course then you might want to get back the current > Web2py theme, so I did one for that as well. > > Untested, > > Have fun... > > -- > Christopher Steel > > Voice of Access > > web2py.plugin.layout_BlankBluegreen.w2p > 77KViewDownload > > web2py.plugin.layout_blank_1_81_5.w2p > 60KViewDownload > > web2py.plugin.layout_1_89_5.w2p > 186KViewDownload

