From 695e7a6a1f9c3c219003ce058aeab3050858d71a Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 14 Oct 2009 15:14:12 +0000 Subject: [PATCH] Correção na barra de rolagem --- ferramentas/identifica/index.js.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ferramentas/identifica/index.js.php b/ferramentas/identifica/index.js.php index 657426d..525b605 100644 --- a/ferramentas/identifica/index.js.php +++ b/ferramentas/identifica/index.js.php @@ -194,6 +194,7 @@ i3GEOF.identifica = { ); divid = janela[2].id; i3GEOF.identifica.inicia(i3GEO.temaAtivo,objposicaocursor.ddx,objposicaocursor.ddy,divid,true,true); + $i("i3GEOF.identifica_corpo").style.backgroundColor = "white"; if(i3GEO.Interface.ATUAL !== "googlemaps"){ temp = function(){ i3GEO.eventos.MOUSECLIQUE.remove("cliqueIdentifica()"); @@ -229,13 +230,13 @@ i3GEOF.identifica = { ins += '
  • Etiquetas
  • '; ins += ' '; ins += ''; - ins += '
    '; + //ins += '
    '; ins += '
    '; - ins += '
    '; + ins += '
    '; ins += '
    Aguarde...
    '; ins += '
    Aguarde...
    '; ins += '
    '; - ins += '
    '; + ins += '
    '; ins += '
    '; ins += '
    '; ins += '
    '; @@ -246,7 +247,7 @@ i3GEOF.identifica = { ins += ' As etiquetas são mostradas quando o mouse é estacionado sobre um elemento.'; ins += '

    '; ins += '
    '; - ins += '
    '; + //ins += '
    '; return ins; }, /* -- libgit2 0.21.2