Commit 14bb4fd2a3ec46f5ed458ebb135a4682ec8bb7c0
1 parent
0bf40aa3
Exists in
master
and in
7 other branches
Correção de estilos
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
ferramentas/metaestat/index.js
@@ -2106,6 +2106,7 @@ i3GEOF.metaestat = { | @@ -2106,6 +2106,7 @@ i3GEOF.metaestat = { | ||
2106 | */ | 2106 | */ |
2107 | t4: function(){ | 2107 | t4: function(){ |
2108 | //remove o conteudo anteriormente construido | 2108 | //remove o conteudo anteriormente construido |
2109 | + //TODO melhorar a disposicao dos botoes | ||
2109 | i3GEOF.metaestat.editor.removeEl("i3GEOF.metaestat.editor.t4"); | 2110 | i3GEOF.metaestat.editor.removeEl("i3GEOF.metaestat.editor.t4"); |
2110 | if($i("i3geoCartoComboMedidaVariavelEditor").value === ""){ | 2111 | if($i("i3geoCartoComboMedidaVariavelEditor").value === ""){ |
2111 | i3GEO.janela.tempoMsg($trad('selecionaTipoClassificacao',i3GEOF.metaestat.dicionario)); | 2112 | i3GEO.janela.tempoMsg($trad('selecionaTipoClassificacao',i3GEOF.metaestat.dicionario)); |
@@ -2122,7 +2123,7 @@ i3GEOF.metaestat = { | @@ -2122,7 +2123,7 @@ i3GEOF.metaestat = { | ||
2122 | if(soma == 1 || media == 1){ | 2123 | if(soma == 1 || media == 1){ |
2123 | ins += " <input id=i3GEOFmetaestatEditorBotao6 type='button' value='"+$trad('quartis',i3GEOF.metaestat.dicionario1)+"' />" + | 2124 | ins += " <input id=i3GEOFmetaestatEditorBotao6 type='button' value='"+$trad('quartis',i3GEOF.metaestat.dicionario1)+"' />" + |
2124 | " <input id=i3GEOFmetaestatEditorBotao7 type='button' value='"+$trad('intervalosIguais',i3GEOF.metaestat.dicionario1)+"' />" + | 2125 | " <input id=i3GEOFmetaestatEditorBotao7 type='button' value='"+$trad('intervalosIguais',i3GEOF.metaestat.dicionario1)+"' />" + |
2125 | - "<div style='display:inline-block;position:relative;top:-10px;width:200px;' > intervalos: <input type=text value=5 id=i3GEOFmetaestatEditorNumInt size=5 /></div>"; | 2126 | + "<div style='display:inline-block;position:relative;left:2px;top:2px;width:200px;' > intervalos: <input type=text value=5 id=i3GEOFmetaestatEditorNumInt size=5 /></div>"; |
2126 | 2127 | ||
2127 | } | 2128 | } |
2128 | ins += '<input type=hidden value="" id="listaColourRampEditor" />' + //utilizado pelo seletor de colourramp; | 2129 | ins += '<input type=hidden value="" id="listaColourRampEditor" />' + //utilizado pelo seletor de colourramp; |