Commit 8d7fefb2669b2c916efb416871df24739b75fdb5
1 parent
57ef51c8
Exists in
master
and in
7 other branches
ajuste na posição dos botões
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
admin/admin.db
No preview for this file type
classesjs/classe_analise.js
... | ... | @@ -394,10 +394,10 @@ i3GEO.analise = |
394 | 394 | + '<div style="text-align:left;padding:3px;" id="mostradistancia_calculo" ></div>' |
395 | 395 | + '<div style="text-align:left;padding:3px;" id="mostradistancia_calculo_movel" ></div>' |
396 | 396 | + '<div style="text-align:left;font-size:10px" >' |
397 | - + '<span style="color:navy;cursor:pointer;text-align:left;" >' + '<table class=lista7 >' + '<tr>' | |
397 | + + '<span style="color:navy;cursor:pointer;text-align:left;" >' + '<table class="lista7" style="width:400px">' + '<tr>' | |
398 | 398 | + '<td><input style="cursor:pointer" type="checkbox" id="pararraios" checked /></td>' + '<td>Raios</td>' |
399 | 399 | + '<td> </td>' + '<td><input style="cursor:pointer" type="checkbox" id="parartextos" checked /></td>' |
400 | - + '<td>Textos<td>' + '<td> Estilo:</td>' + '<td><div class=styled-select style="width:70px;">' | |
400 | + + '<td>Textos<td>' + '<td> Estilo:</td>' + '<td><div class=styled-select style="width:85px;">' | |
401 | 401 | + i3GEO.desenho.caixaEstilos() + '</div></td>' |
402 | 402 | + '<td> <input id=i3GEObotaoPerfil size="22" type="button" value="perfil"></td>' |
403 | 403 | + '<td> <input id=i3GEObotaoDistWkt size="22" type="button" value="incorporar"></td>' |
... | ... | @@ -407,7 +407,7 @@ i3GEO.analise = |
407 | 407 | document.body.appendChild(novoel); |
408 | 408 | janela = new YAHOO.widget.Panel("mostradistancia", { |
409 | 409 | iframe : true, |
410 | - width : "340px", | |
410 | + width : "410px", | |
411 | 411 | fixedcenter : false, |
412 | 412 | constraintoviewport : true, |
413 | 413 | underlay : "none", | ... | ... |