[Commits] r744 - core/trunk/geoext/resources/css

commits at geoext.org commits at geoext.org
Thu May 14 22:48:10 CEST 2009


Author: sbenthall
Date: 2009-05-14 22:48:10 +0200 (Thu, 14 May 2009)
New Revision: 744

Added:
   core/trunk/geoext/resources/css/gxtheme-gray.css
Modified:
   core/trunk/geoext/resources/css/popup.css
Log:
support for multiple Ext CSS themes. r=tschaub (closes #51)


Added: core/trunk/geoext/resources/css/gxtheme-gray.css
===================================================================
--- core/trunk/geoext/resources/css/gxtheme-gray.css	                        (rev 0)
+++ core/trunk/geoext/resources/css/gxtheme-gray.css	2009-05-14 20:48:10 UTC (rev 744)
@@ -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

Modified: core/trunk/geoext/resources/css/popup.css
===================================================================
--- core/trunk/geoext/resources/css/popup.css	2009-05-14 20:40:35 UTC (rev 743)
+++ core/trunk/geoext/resources/css/popup.css	2009-05-14 20:48:10 UTC (rev 744)
@@ -8,14 +8,3 @@
         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



More information about the Commits mailing list