[Commits] r497 - in apps/opengeo/geoexplorer/trunk: . theme
commits at geoext.org
commits at geoext.org
Tue Apr 28 18:12:32 CEST 2009
Author: ahocevar
Date: 2009-04-28 18:12:32 +0200 (Tue, 28 Apr 2009)
New Revision: 497
Modified:
apps/opengeo/geoexplorer/trunk/debug.html
apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css
Log:
reverted previous doctype change and fixes the pan/zoom buttons issue by setting font-size to 0 in css.
Modified: apps/opengeo/geoexplorer/trunk/debug.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/debug.html 2009-04-28 16:11:39 UTC (rev 496)
+++ apps/opengeo/geoexplorer/trunk/debug.html 2009-04-28 16:12:32 UTC (rev 497)
@@ -1,4 +1,3 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GeoExplorer (debug)</title>
@@ -44,5 +43,6 @@
</script>
</head>
- <body></body>
+ <body>
+ </body>
</html>
Modified: apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css
===================================================================
--- apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css 2009-04-28 16:11:39 UTC (rev 496)
+++ apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css 2009-04-28 16:12:32 UTC (rev 497)
@@ -19,7 +19,6 @@
.icon-addlayers {
background-image: url(img/silk/add.png) !important;
- background-position:
}
.icon-removelayers {
@@ -95,6 +94,8 @@
background-image:url(../externals/ext/resources/images/gray/panel/tool-sprites.gif);
height:15px;
width:15px;
+ /* workaround for button height in IE */
+ font-size:0px;
}
.olControlPanPanel .olControlPanNorthItemInactive {
@@ -125,6 +126,8 @@
background-image:url(../externals/ext/resources/images/gray/panel/tool-sprites.gif);
height:15px;
width:15px;
+ /* workaround for button height in IE */
+ font-size:0px;
}
.olControlZoomPanel .olControlZoomInItemInactive {
More information about the Commits
mailing list