[Commits] r498 - in sandbox/opengeo/geoexplorer: . resources/css

commits at geoext.org commits at geoext.org
Tue Apr 28 18:17:32 CEST 2009


Author: sbenthall
Date: 2009-04-28 18:17:32 +0200 (Tue, 28 Apr 2009)
New Revision: 498

Added:
   sandbox/opengeo/geoexplorer/resources/css/gxtheme-gray.css
   sandbox/opengeo/geoexplorer/resources/css/popup.css
Removed:
   sandbox/opengeo/geoexplorer/resources/css/popup.css
Modified:
   sandbox/opengeo/geoexplorer/modifications.txt
Log:
making gxtheme-gray.css as geoext style sheet for compatibility with ext's xtheme-gray.css (ref #51)


Modified: sandbox/opengeo/geoexplorer/modifications.txt
===================================================================
--- sandbox/opengeo/geoexplorer/modifications.txt	2009-04-28 16:12:32 UTC (rev 497)
+++ sandbox/opengeo/geoexplorer/modifications.txt	2009-04-28 16:17:32 UTC (rev 498)
@@ -14,4 +14,4 @@
  * Rename anchor to anchorPopup (see #44)
  * Let components do special processing before being added to or removed from a MapPanel (#45)
  * Add ScaleSlider and tips (#16)
-
+ * gxtheme css for geoext styles compatible with ext's xtheme (#51)

Copied: sandbox/opengeo/geoexplorer/resources/css/gxtheme-gray.css (from rev 495, sandbox/opengeo/geoexplorer/resources/css/popup.css)
===================================================================
--- sandbox/opengeo/geoexplorer/resources/css/gxtheme-gray.css	                        (rev 0)
+++ sandbox/opengeo/geoexplorer/resources/css/gxtheme-gray.css	2009-04-28 16:17:32 UTC (rev 498)
@@ -0,0 +1,9 @@
+.gx-popup-anc {
+	background: transparent url(../images/gray/anchor.png) no-repeat 0 0;
+        position: relative;
+        top:-1px;
+        left:5px;
+        z-index:2;
+        height:16px;
+        width:31px;
+}
\ No newline at end of file


Property changes on: sandbox/opengeo/geoexplorer/resources/css/gxtheme-gray.css
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: sandbox/opengeo/geoexplorer/resources/css/popup.css
===================================================================
--- sandbox/opengeo/geoexplorer/resources/css/popup.css	2009-04-28 16:12:32 UTC (rev 497)
+++ sandbox/opengeo/geoexplorer/resources/css/popup.css	2009-04-28 16:17:32 UTC (rev 498)
@@ -1,21 +0,0 @@
-
-.gx-popup-anc {
-	background: transparent url(../images/default/anchor.png) no-repeat 0 0;
-        position: relative;
-        top:-1px;
-        left:5px;
-        z-index:2;
-        height:16px;
-        width:31px;
-}
-
-
-.xtheme-gray .gx-popup-anc {
-	background: transparent url(../images/gray/anchor.png) no-repeat 0 0;
-        position: relative;
-        top:-1px;
-        left:5px;
-        z-index:2;
-        height:16px;
-        width:31px;
-}
\ No newline at end of file

Added: sandbox/opengeo/geoexplorer/resources/css/popup.css
===================================================================
--- sandbox/opengeo/geoexplorer/resources/css/popup.css	                        (rev 0)
+++ sandbox/opengeo/geoexplorer/resources/css/popup.css	2009-04-28 16:17:32 UTC (rev 498)
@@ -0,0 +1,10 @@
+
+.gx-popup-anc {
+	background: transparent url(../images/default/anchor.png) no-repeat 0 0;
+        position: relative;
+        top:-1px;
+        left:5px;
+        z-index:2;
+        height:16px;
+        width:31px;
+}


Property changes on: sandbox/opengeo/geoexplorer/resources/css/popup.css
___________________________________________________________________
Name: svn:mergeinfo
   + 



More information about the Commits mailing list