Commit 93fa7c17147b48cbd6e32157b64d3582f46e526d
1 parent
def0fc5f
Exists in
master
and in
7 other branches
Ajuste na altura da janela da ferramenta
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/etiqueta/index.js.php
... | ... | @@ -117,7 +117,7 @@ i3GEOF.etiqueta = { |
117 | 117 | titulo = "<div style='z-index:1;position:absolute' id='i3GEOFetiquetaComboCabeca' >------</div> Etiquetas <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=5&idajuda=37' > </a>"; |
118 | 118 | janela = i3GEO.janela.cria( |
119 | 119 | "380px", |
120 | - "165px", | |
120 | + "175px", | |
121 | 121 | "", |
122 | 122 | "", |
123 | 123 | "", | ... | ... |