On Mon, Aug 9, 2010 at 7:08 PM, Giovanni Manghi
<giovanni.man...@gmail.com> wrote:
> Thanks Armin!
>
> I have another couple of questions about UI personalization:
>
> *) I'm not finding a way to leave a bit more space between the TOC and
> the overview map (the TOC is very long and goes all the way down to the
> overview image). Probably I'm missing something easy in toc.css

in the plain layout for the map.phtml increase the value at the end
for the line:
$('#toc').height(mH - $('#refmap').height() - $('#toc').itop() - 5);

or for the uilayout map.phtml file do the same here:
east__onresize: function(name, element){$('#toc,
#toclegend').height(element.height() - $('#toc').itop() -
$('#refmap').height() - 3 ) }    });


> *) is there a way in pm4 to have categories not expanded on load? I
> recall that in pm 3.2 I did the trick following the suggestion here

<category name="..."  closed="true">

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to