Another way to solve the problem, just modify the underlying CSS file.

1) Open limegold.uncompressed.css and modify this section (around line 51):
#SplitterArea .jxSplitBarHorizontal {
  width: 5px;
  background-color: #ffffff;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
  
2) Finally, you need to change the CSS reference to
limegold.uncompressed.css in your template index.html:
<link rel="stylesheet" href="limegold.uncompressed.css" type="text/css"
media="screen" charset="utf-8">
or compress it with YUI compressor
http://refresh-sf.com/yui/

Bernhard



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Resize-the-taskpane-in-fusion-tp5080267p5080621.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to