[mapguide-users] MG 2.4 final, MG 2.5 Beta 1 problems, errors ... ect.

Bernhard Maehler bernhard.maehler at gmx.de
Wed Feb 27 11:03:13 PST 2013


Re: 4

The JxLib dialogs are optimized for a size of 500 x 500 px.
If you want a higher value you'll have to change the underlying CSS file.
Steps for Aqua template:

1) Open aqua.uncompressed.css and modify these sections:

.jxChromeTL img {
  width: 500px;
  height:500px;
}

.jxChromeTR img {
  width: 500px;
  height:500px;
}

.jxChromeBL img {
  width: 500px;
  height:500px;
}

.jxChromeBR img {
  width: 500px;
  height:500px;
  
2) Adjust the dialog_chrome.png (subfolder images) to the modified size with
an Image Manipulation Program.

3) Finally, you need to change the CSS reference to aqua.uncompressed.css in
your template index.html.

<link rel="stylesheet" href="aqua.uncompressed.css" type="text/css"
media="screen" charset="utf-8">

Bernhard



--
View this message in context: http://osgeo-org.1560.n6.nabble.com/MG-2-4-final-MG-2-5-Beta-1-problems-errors-ect-tp5036500p5037341.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list