> More questions/notes:
> 
> *) I have layers with a very long list of symbology classes, the list
> goes under the overview image instead of ending above it, like in the
> TOC. I'm trying to fix it in the css but I'm struggling again, any hint?


solved by adding

$('#toclegend').height(mH - $('#refmap').height() - $('#toc').itop() -
15);

in maplayout.phtml


> Moreover the classes names stay on the same line, so the long one appear
> truncated.


solved by removing 

white-space: nowrap;

from 

li.toc-layer-classes div{
    display:inline;
}

li.toc-layer-classes span{
    display:inline;
    padding-left:5px;
}

in toc.css




cheers


-- Giovanni --



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