Commit 695e7a6a1f9c3c219003ce058aeab3050858d71a
1 parent
cde40ea4
Exists in
master
and in
7 other branches
Correção na barra de rolagem
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
ferramentas/identifica/index.js.php
... | ... | @@ -194,6 +194,7 @@ i3GEOF.identifica = { |
194 | 194 | ); |
195 | 195 | divid = janela[2].id; |
196 | 196 | i3GEOF.identifica.inicia(i3GEO.temaAtivo,objposicaocursor.ddx,objposicaocursor.ddy,divid,true,true); |
197 | + $i("i3GEOF.identifica_corpo").style.backgroundColor = "white"; | |
197 | 198 | if(i3GEO.Interface.ATUAL !== "googlemaps"){ |
198 | 199 | temp = function(){ |
199 | 200 | i3GEO.eventos.MOUSECLIQUE.remove("cliqueIdentifica()"); |
... | ... | @@ -229,13 +230,13 @@ i3GEOF.identifica = { |
229 | 230 | ins += ' <li><a href="#ancora"><em><div id="i3GEOidentificaguia4" style="text-align:center;font-size:10px;left:0px;" >Etiquetas</div></em></a></li>'; |
230 | 231 | ins += ' </ul>'; |
231 | 232 | ins += '</div>'; |
232 | - ins += '<div class="geralFerramentas" style="left:0px;top:0px;width:98%;height:86%;">'; | |
233 | + //ins += '<div class="geralFerramentas" style="left:0px;top:0px;width:98%;height:86%;">'; | |
233 | 234 | ins += ' <div class=guiaobj id="i3GEOidentificaguia1obj" style="left:1px;90%">'; |
234 | - ins += ' <div style="display:block;position:relative;top:-5px;left:0px;width:150px">'; | |
235 | + ins += ' <div class="geralFerramentas" style="display:block;position:relative;top:-5px;left:0px;width:150px">'; | |
235 | 236 | ins += ' <div style="left:0px;width:120px;text-align:left;font-size:10px;" id="i3GEOidentificalistaTemas" >Aguarde...</div>'; |
236 | 237 | ins += ' <div style="left:0px;width:120px;text-align:left;font-size:10px;" id="i3GEOidentificalistaSistemas" >Aguarde...</div>'; |
237 | 238 | ins += ' </div>'; |
238 | - ins += ' <div id="i3GEOidentificaocorrencia" style="font-size: 10px;overflow:auto;height:200px;display:block;position:absolute;top:5px;left:160px;width:60%"></div>'; | |
239 | + ins += ' <div id="i3GEOidentificaocorrencia" style="font-size: 10px;display:block;position:absolute;top:5px;left:160px;width:60%"></div>'; | |
239 | 240 | ins += ' </div>'; |
240 | 241 | ins += ' <div class=guiaobj id="i3GEOidentificaguia2obj" style="left:1px">'; |
241 | 242 | ins += ' </div>'; |
... | ... | @@ -246,7 +247,7 @@ i3GEOF.identifica = { |
246 | 247 | ins += ' As etiquetas são mostradas quando o mouse é estacionado sobre um elemento.'; |
247 | 248 | ins += ' <br><br><input id=i3GEOidentificabotao1 size=20 type=button value="Configurar etiquetas" />'; |
248 | 249 | ins += ' </div>'; |
249 | - ins += '</div> '; | |
250 | + //ins += '</div> '; | |
250 | 251 | return ins; |
251 | 252 | }, |
252 | 253 | /* | ... | ... |