Commit e51341db96bd93756306663cda48a5bedf5973b6

Authored by Edmar Moretti
1 parent 46972948

--no commit message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
classesjs/classe_coordenadas.js
... ... @@ -363,7 +363,7 @@ i3GEO.coordenadas = {
363 363 {string} - html com a tabela
364 364 */
365 365 criaMascaraDMS: function(prefixo,titulo,caixa){
366   - var ins = '<table id='+prefixo+' style=display:block;text-align:center;width:280px ><tr style="border-bottom:2px solid white" >' +
  366 + var ins = '<table id='+prefixo+' style=display:block;text-align:center;width:290px ><tr style="border-bottom:2px solid white" >' +
367 367 '<td style=width:10px;text-align:right > X:</td>' +
368 368 '<td>'+$inputText('','',prefixo+'xg','grau','2','-00')+'</td>' +
369 369 '<td>'+$inputText('','',prefixo+'xm','minuto','2','00')+'</td>' +
... ...