|
Cookbook /
PlainSkin-OldCommentsThis page is for comments about previous versions of the Plain Skin I like this skin. On the edit view, the preview button that appears above the text box is not lined up with the rest of the buttons on that line. The little down to preview link is nice. Pico Fixed. Thanks for bringing it to my attention because it didn't happen in my test browsers. Getting the browser buttons and GUI-button images to line up nicely in all browsers is no small task. --Hagan When I use this skin (which I like very much) to display tables the width is no longer dynamic: (1) the table width does not shrink and expand as I shrink and expand my browser window and (2) when my browser is expanded, I end up with wasted space that I can't get the table to expand into. Is all this a function of the fact that this skin uses tables for layout, or is there some work around? Pico June 29, 2006, at 10:31 AM This skin purposefully has a fixed-width content area for reasons that have to do with usability. You can defeat the fixed-width behavior with the following in a configuration file (or put the CSS part in pub/local/css):
$HTMLStylesFmt['widecontent'] = '
#wikimid, #wikitext { width:100%; } ';
I may not be understanding your question, so an example in the Test group would be helpful. Links like [[{$Name}?skin=]] / [[{$Name}?skin=plain]] can be used to demonstrate how the tables change from skin to skin.--Hagan Sounds like you understood and addressed my question. Thanks. Pico
|