From eaeb2467bfe073777c8e83dcf04989ca049ad350 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Sun, 9 Jan 2011 22:38:40 +0000 Subject: [PATCH] Revert changes that were accidently committed with r10018 git-svn-id: http://svn.openlayers.org/trunk/openlayers@11021 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Google/v3.js | 5 ----- theme/default/google.css | 7 ------- theme/default/style.css | 8 +------- 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/lib/OpenLayers/Layer/Google/v3.js b/lib/OpenLayers/Layer/Google/v3.js index 15d71b5d29..37cec6e7a7 100644 --- a/lib/OpenLayers/Layer/Google/v3.js +++ b/lib/OpenLayers/Layer/Google/v3.js @@ -134,11 +134,6 @@ OpenLayers.Layer.Google.v3 = { 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; diff --git a/theme/default/google.css b/theme/default/google.css index 3ee757c478..3c1c1872a1 100644 --- a/theme/default/google.css +++ b/theme/default/google.css @@ -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; -} diff --git a/theme/default/style.css b/theme/default/style.css index a6adb3b429..6d5fd24ac1 100644 --- a/theme/default/style.css +++ b/theme/default/style.css @@ -16,18 +16,12 @@ div.olLayerDiv { .olLayerGoogleCopyright { left: 2px; - bottom: 2px; -} -.olLayerGoogleV3.olLayerGoogleCopyright { - right: auto !important; + bottom: 2px; } .olLayerGooglePoweredBy { left: 2px; bottom: 15px; } -.olLayerGoogleV3.olLayerGooglePoweredBy { - bottom: 15px !important; -} .olControlAttribution { font-size: smaller; right: 3px;