[Commits] r481 - in apps/opengeo/geoexplorer/trunk: . lib theme
commits at geoext.org
commits at geoext.org
Mon Apr 27 20:45:46 CEST 2009
Author: dwins
Date: 2009-04-27 20:45:45 +0200 (Mon, 27 Apr 2009)
New Revision: 481
Modified:
apps/opengeo/geoexplorer/trunk/about.html
apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
apps/opengeo/geoexplorer/trunk/theme/about.css
Log:
Address some styling concerns in the About dialog, including centering in IE.
Modified: apps/opengeo/geoexplorer/trunk/about.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/about.html 2009-04-27 18:16:53 UTC (rev 480)
+++ apps/opengeo/geoexplorer/trunk/about.html 2009-04-27 18:45:45 UTC (rev 481)
@@ -27,6 +27,8 @@
<li>Tim Schaub</li>
<li>David Winslow</li>
<li>Sebastian Benthall</li>
+ <li>Andreas Hocevar</li>
+ <li>Tim Coulter</li>
<li>Rolando Peñate</li>
</ul>
</body>
Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-27 18:16:53 UTC (rev 480)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-27 18:45:45 UTC (rev 481)
@@ -887,8 +887,8 @@
title: "About GeoExplorer",
html: "<iframe style=\"border: none; height: 100%; width: 100%\" src=\"about.html\"><a target=\"_blank\" href=\"about.html\">About GeoExplorer</a> </iframe>",
modal: true,
- width: 350,
- height: 400
+ width: 300,
+ height: 350
});
win.show();
}
Modified: apps/opengeo/geoexplorer/trunk/theme/about.css
===================================================================
--- apps/opengeo/geoexplorer/trunk/theme/about.css 2009-04-27 18:16:53 UTC (rev 480)
+++ apps/opengeo/geoexplorer/trunk/theme/about.css 2009-04-27 18:45:45 UTC (rev 481)
@@ -1,12 +1,13 @@
body {
- font-size: smaller;
+ font-family: tahoma,arial,helvetica,sans-serif;
+ font-size: 10px;
background-color: white;
}
h2 {
text-align: center;
font-weight: bold;
- font-size: larger;
+ font-size: 12px;
}
div.versioninfo {
@@ -16,17 +17,19 @@
div.logo {
margin-left: auto;
margin-right: auto;
+ width: 100%;
+ text-align: center;
height: 70px;
- width: 70px;
- background: url('img/GeoExt_Logo.png');
+ background: url('img/GeoExt_Logo.png') center no-repeat;
}
h3 {
font-weight: bold;
margin-bottom: 0em;
+ font-size: 12px;
}
a {
-display: block;
+ display: block;
}
More information about the Commits
mailing list