Commit 30819805c7421a82008dc396a8814569855813ad
1 parent
33b60dd5
Exists in
master
and in
7 other branches
--no commit message
Showing
3 changed files
with
2 additions
and
3 deletions
Show diff stats
admin/admin.db
No preview for this file type
admin/js/core.js
ferramentas/carregakml/index.js.php
... | ... | @@ -93,7 +93,7 @@ i3GEOF.carregakml = { |
93 | 93 | html:function(){ |
94 | 94 | var ins = '' + |
95 | 95 | '<p class="paragrafo" >Endereço (URL) do KML (ou escolha da lista):<br><br>' + |
96 | - $inputText("","","i3GEOcarregakmlurl","",60,"") + | |
96 | + $inputText("","","i3GEOcarregakmlurl","",40,"") + | |
97 | 97 | '<br><br>' + |
98 | 98 | '<div id="i3GEOcarregakmlCombo" style="left:1px;display:block;width:315px;text-align:left;">Aguarde...' + |
99 | 99 | '</div>' + |
... | ... | @@ -115,7 +115,7 @@ i3GEOF.carregakml = { |
115 | 115 | }; |
116 | 116 | titulo = "Kml <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=4&idajuda=105' > </a>"; |
117 | 117 | janela = i3GEO.janela.cria( |
118 | - "360px", | |
118 | + "320px", | |
119 | 119 | "150px", |
120 | 120 | "", |
121 | 121 | "", | ... | ... |