Commit 94bfec3bd6834e006a6e918f51fa5b5cf9d66b09
1 parent
a58af52f
Exists in
master
and in
7 other branches
Ajustes nos estilos
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
ferramentas/pontoempoligono/index.js
... | ... | @@ -185,13 +185,14 @@ i3GEOF.pontoEmPoligono = { |
185 | 185 | {erro.call();} |
186 | 186 | }, |
187 | 187 | t3: function(){ |
188 | - var ins = "<p class='paragrafo'>"+$trad('adicionaTema',i3GEOF.pontoEmPoligono.dicionario); | |
188 | + var b,ins = "<p class='paragrafo'>"+$trad('adicionaTema',i3GEOF.pontoEmPoligono.dicionario); | |
189 | 189 | ins += "<br><br><input id=i3GEOpontoEmPoligonobotao1 type='buttom' value='Cruzar' />"; |
190 | 190 | i3GEO.util.proximoAnterior("i3GEOF.pontoEmPoligono.t2()","",ins,"i3GEOF.pontoEmPoligono.t3","i3GEOpontoEmPoligonoresultado",true,"i3GEOF.pontoEmPoligono_rodape"); |
191 | - new YAHOO.widget.Button( | |
191 | + b = new YAHOO.widget.Button( | |
192 | 192 | "i3GEOpontoEmPoligonobotao1", |
193 | 193 | {onclick:{fn: i3GEOF.pontoEmPoligono.executa}} |
194 | 194 | ); |
195 | + b.addClass("rodar"); | |
195 | 196 | }, |
196 | 197 | /* |
197 | 198 | Function: executa | ... | ... |