From 35aebd03fd8c9b8179fd48384243107ac9b49518 Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 14 Jul 2006 15:51:37 +0000 Subject: [PATCH] give the warning message a bit of padding git-svn-id: http://svn.openlayers.org/trunk/openlayers@945 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Google.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Layer/Google.js b/lib/OpenLayers/Layer/Google.js index 3263458195..ceb4680da2 100644 --- a/lib/OpenLayers/Layer/Google.js +++ b/lib/OpenLayers/Layer/Google.js @@ -212,6 +212,7 @@ OpenLayers.Layer.Google.prototype = Object.extend( new OpenLayers.Layer(), { null, "auto"); + div.style.padding = "7px"; div.style.backgroundColor = "yellow"; div.innerHTML = html;