[Commits] r409 - apps/opengeo/geoexplorer/trunk/theme
commits at geoext.org
commits at geoext.org
Fri Apr 17 06:21:43 CEST 2009
Author: tschaub
Date: 2009-04-17 06:21:43 +0200 (Fri, 17 Apr 2009)
New Revision: 409
Modified:
apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css
Log:
sticking with the gray theme for these icons
Modified: apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css
===================================================================
--- apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css 2009-04-17 00:24:02 UTC (rev 408)
+++ apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css 2009-04-17 04:21:43 UTC (rev 409)
@@ -59,48 +59,49 @@
/* Pan- and Zoom- Panel Styles*/
.olControlPanPanel div {
-background-image:url(../externals/ext/resources/images/default/panel/tool-sprites.gif);
-height:15px;
-width:15px;
+ background-image:url(../externals/ext/resources/images/gray/panel/tool-sprites.gif);
+ height:15px;
+ width:15px;
}
.olControlPanPanel .olControlPanNorthItemInactive {
-background-position:15px -60px;
-left:16px
+ background-position:15px -60px;
+ left:16px
}
.olControlPanPanel .olControlPanEastItemInactive {
-background-position:15px -120px;
-left: 32px;
-top: 16px;
+ background-position:15px -120px;
+ left: 30px;
+ top: 16px;
}
.olControlPanPanel .olControlPanSouthItemInactive {
-background-position:15px -75px;
-left: 16px;
-top: 32px;
+ background-position:15px -75px;
+ left: 16px;
+ top: 32px;
}
.olControlPanPanel .olControlPanWestItemInactive {
-background-position:15px -105px;
-top: 16px;
+ background-position:15px -105px;
+ left: 2px;
+ top: 16px;
}
.olControlZoomPanel {
-left:21px;
+ left:21px;
}
.olControlZoomPanel div {
-background-image:url(../externals/ext/resources/images/default/panel/tool-sprites.gif);
-height:15px;
-width:15px;
+ background-image:url(../externals/ext/resources/images/gray/panel/tool-sprites.gif);
+ height:15px;
+ width:15px;
}
.olControlZoomPanel .olControlZoomInItemInactive {
-background-position:15px -240px;
+ background-position:15px -240px;
}
.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
-background-position:15px -225px;
+ background-position:15px -225px;
}
.olControlZoomPanel .olControlZoomOutItemInactive {
-background-position:15px -255px;
+ background-position:15px -255px;
}
More information about the Commits
mailing list