[Commits] r2799 - sandbox/gxm/geoext/gxm/css
commits at geoext.org
commits at geoext.org
Mon Aug 8 16:01:18 CEST 2011
Author: marcjansen
Date: 2011-08-08 16:01:18 +0200 (Mon, 08 Aug 2011)
New Revision: 2799
Modified:
sandbox/gxm/geoext/gxm/css/gxm.css
Log:
[gxm]
- new classes for listitems in the LayerList
- removed img.minus declaration from gxm css to example css
Modified: sandbox/gxm/geoext/gxm/css/gxm.css
===================================================================
--- sandbox/gxm/geoext/gxm/css/gxm.css 2011-08-08 13:59:40 UTC (rev 2798)
+++ sandbox/gxm/geoext/gxm/css/gxm.css 2011-08-08 14:01:18 UTC (rev 2799)
@@ -1,13 +1,10 @@
-img.minus {
- -webkit-mask-image: url(../img/minus1.png);
-}
-
.gxm-layer-item {
margin-left: 10px;
padding-top: 3px;
}
-span.gxm-visible-layer-indicator, span.gxm-invisible-layer-indicator {
+.gxm-visible-overlay-indicator, .gxm-invisible-overlay-indicator,
+.gxm-active-baselayer-indicator, .gxm-inactive-baselayer-indicator {
display: block;
float: left;
width: 25px;
@@ -16,10 +13,18 @@
background-repeat: no-repeat;
}
-span.gxm-visible-layer-indicator {
+.gxm-visible-overlay-indicator {
background-image: url(../img/check-round-green.png);
}
-span.gxm-invisible-layer-indicator {
+.gxm-invisible-overlay-indicator {
background-image: url(../img/check-round-grey.png);
}
+
+.gxm-active-baselayer-indicator {
+ background-image: url(../img/check-round-green.png);
+}
+
+.gxm-inactive-baselayer-indicator {
+ background-image: url(../img/round-grey.png);
+}
More information about the Commits
mailing list