[Commits] r1012 - apps/opengeo/geoexplorer/branches/0.1.x/theme
commits at geoext.org
commits at geoext.org
Sat Jun 6 01:14:42 CEST 2009
Author: tschaub
Date: 2009-06-06 01:14:42 +0200 (Sat, 06 Jun 2009)
New Revision: 1012
Modified:
apps/opengeo/geoexplorer/branches/0.1.x/theme/geoexplorer.css
Log:
Can't rely on path to externals.
Modified: apps/opengeo/geoexplorer/branches/0.1.x/theme/geoexplorer.css
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/theme/geoexplorer.css 2009-06-05 23:11:56 UTC (rev 1011)
+++ apps/opengeo/geoexplorer/branches/0.1.x/theme/geoexplorer.css 2009-06-05 23:14:42 UTC (rev 1012)
@@ -101,7 +101,7 @@
/* Pan- and Zoom- Panel Styles*/
.olControlPanPanel div {
- background-image:url(../externals/ext/resources/images/gray/panel/tool-sprites.gif);
+ background-image:url(http://extjs.cachefly.net/ext-2.2.1/resources/images/gray/panel/tool-sprites.gif);
height:15px;
width:15px;
/* workaround for button height in IE */
@@ -133,7 +133,7 @@
}
.olControlZoomPanel div {
- background-image:url(../externals/ext/resources/images/gray/panel/tool-sprites.gif);
+ background-image:url(http://extjs.cachefly.net/ext-2.2.1/resources/images/gray/panel/tool-sprites.gif);
height:15px;
width:15px;
/* workaround for button height in IE */
More information about the Commits
mailing list