[OpenLayers-Commits] r11021 - in trunk/openlayers: lib/OpenLayers/Layer/Google theme/default

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Sun Jan 9 17:38:40 EST 2011


Author: ahocevar
Date: 2011-01-09 14:38:40 -0800 (Sun, 09 Jan 2011)
New Revision: 11021

Modified:
   trunk/openlayers/lib/OpenLayers/Layer/Google/v3.js
   trunk/openlayers/theme/default/google.css
   trunk/openlayers/theme/default/style.css
Log:
Revert changes that were accidently committed with r10018


Modified: trunk/openlayers/lib/OpenLayers/Layer/Google/v3.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Google/v3.js	2011-01-07 22:28:25 UTC (rev 11020)
+++ trunk/openlayers/lib/OpenLayers/Layer/Google/v3.js	2011-01-09 22:38:40 UTC (rev 11021)
@@ -134,11 +134,6 @@
 
         var cache = OpenLayers.Layer.Google.cache[this.map.id];
         var container = this.map.viewPortDiv;
-        
-        // move the Map Data popup to the container, if any
-        while (div.lastChild.style.display == "none") {
-            container.appendChild(div.lastChild);
-        }
 
         // move the ToS and branding stuff up to the container div
         var termsOfUse = div.lastChild;

Modified: trunk/openlayers/theme/default/google.css
===================================================================
--- trunk/openlayers/theme/default/google.css	2011-01-07 22:28:25 UTC (rev 11020)
+++ trunk/openlayers/theme/default/google.css	2011-01-09 22:38:40 UTC (rev 11021)
@@ -3,15 +3,8 @@
     bottom: 2px;
     left: auto;  
 }
-.olLayerGoogleV3.olLayerGoogleCopyright {
-    bottom: 0px;
-    right: 0px !important;
-}
 .olLayerGooglePoweredBy {
     left: 2px;
     bottom: 2px;   
 }
-.olLayerGoogleV3.olLayerGooglePoweredBy {
-    bottom: 0px !important;
-}
 

Modified: trunk/openlayers/theme/default/style.css
===================================================================
--- trunk/openlayers/theme/default/style.css	2011-01-07 22:28:25 UTC (rev 11020)
+++ trunk/openlayers/theme/default/style.css	2011-01-09 22:38:40 UTC (rev 11021)
@@ -16,18 +16,12 @@
 
 .olLayerGoogleCopyright {
     left: 2px;
-    bottom: 2px;
+    bottom: 2px;  
 }
-.olLayerGoogleV3.olLayerGoogleCopyright {
-    right: auto !important;
-}
 .olLayerGooglePoweredBy {
     left: 2px;
     bottom: 15px;   
 }
-.olLayerGoogleV3.olLayerGooglePoweredBy {
-    bottom: 15px !important;
-}
 .olControlAttribution {
     font-size: smaller; 
     right: 3px; 



More information about the Commits mailing list