Commit faceb279a81e448bee8d5e0095ba27287fd64a92
1 parent
9fb766c9
Exists in
master
and in
7 other branches
Ajuste nos estilos da ferramenta identifica
Showing
3 changed files
with
7 additions
and
6 deletions
Show diff stats
admin/admin.db
No preview for this file type
ferramentas/identifica/index.js
@@ -291,7 +291,7 @@ i3GEOF.identifica = { | @@ -291,7 +291,7 @@ i3GEOF.identifica = { | ||
291 | maxWidth: 180 | 291 | maxWidth: 180 |
292 | }); | 292 | }); |
293 | resize.on('resize', function(ev) { | 293 | resize.on('resize', function(ev) { |
294 | - Dom.setStyle(col1, 'height', ''); | 294 | + //Dom.setStyle(col1, 'height', ''); |
295 | //150 é o tamanho inicial da parte esquerda, corresponde a 40% | 295 | //150 é o tamanho inicial da parte esquerda, corresponde a 40% |
296 | var w1 = parseInt(col1.style.width); | 296 | var w1 = parseInt(col1.style.width); |
297 | var dif = parseInt((w1 * 40) / 150,10); | 297 | var dif = parseInt((w1 * 40) / 150,10); |
@@ -365,7 +365,8 @@ i3GEOF.identifica = { | @@ -365,7 +365,8 @@ i3GEOF.identifica = { | ||
365 | janela[0].moveTo(temp.x.value + (i3GEOF.identifica.janelas.length * 50),temp.y.value + (i3GEOF.identifica.janelas.length * 15)); | 365 | janela[0].moveTo(temp.x.value + (i3GEOF.identifica.janelas.length * 50),temp.y.value + (i3GEOF.identifica.janelas.length * 15)); |
366 | } | 366 | } |
367 | i3GEOF.identifica.inicia(i3GEO.temaAtivo,objposicaocursor.ddx,objposicaocursor.ddy,divid,true,true,id); | 367 | i3GEOF.identifica.inicia(i3GEO.temaAtivo,objposicaocursor.ddx,objposicaocursor.ddy,divid,true,true,id); |
368 | - $i(id+"_corpo").style.backgroundColor = "white"; | 368 | + janela[2].style.backgroundColor = "white"; |
369 | + | ||
369 | i3GEOF.identifica.propJanelas[id].aguarde = $i(id+"_imagemCabecalho").style; | 370 | i3GEOF.identifica.propJanelas[id].aguarde = $i(id+"_imagemCabecalho").style; |
370 | i3GEOF.identifica.propJanelas[id].atualiza = true; | 371 | i3GEOF.identifica.propJanelas[id].atualiza = true; |
371 | temp = 'i3GEOF.identifica.propJanelas["'+id+'"].atualiza = this.checked'; | 372 | temp = 'i3GEOF.identifica.propJanelas["'+id+'"].atualiza = this.checked'; |
ferramentas/identifica/template_mst.html
@@ -27,10 +27,10 @@ | @@ -27,10 +27,10 @@ | ||
27 | </li> | 27 | </li> |
28 | </ul> | 28 | </ul> |
29 | </div> | 29 | </div> |
30 | -<div class='guiaobj' id='{{{idjanelaA}}}i3GEOidentificaguia1obj' style='left: 1px;'> | ||
31 | - <div id='{{{idjanelaA}}}i3GEOidentificatemaativo' class='geralFerramentas' style='overflow: hidden; display: block; position: relative; top: -5px; left: 0px; width: 150px'> | ||
32 | - <div style='left: 0px; width: 150px; text-align: left;' id='{{{idjanelaA}}}i3GEOidentificalistaTemas'>{{{msgAguarde}}}...</div> | ||
33 | - <div style='left: 0px; width: 150px; text-align: left;' id='{{{idjanelaA}}}i3GEOidentificalistaSistemas'>{{{msgAguarde}}}...</div> | 30 | +<div class='guiaobj' id='{{{idjanelaA}}}i3GEOidentificaguia1obj' style='height:90%;left: 1px;'> |
31 | + <div id='{{{idjanelaA}}}i3GEOidentificatemaativo' class='geralFerramentas' style='height:97%;overflow: hidden; display: block; position: relative; top: -5px; left: 0px; width: 150px'> | ||
32 | + <div style='left: 0px; width: 150px; text-align: left;' id='{{{idjanelaA}}}i3GEOidentificalistaTemas'></div> | ||
33 | + <div style='left: 0px; width: 150px; text-align: left;' id='{{{idjanelaA}}}i3GEOidentificalistaSistemas'></div> | ||
34 | </div> | 34 | </div> |
35 | <div id='{{{idjanelaA}}}i3GEOidentificaocorrencia' style='overflow: hidden; font-size: 10px; display: block; position: absolute; top: 5px; left: 165px; width: 60%'></div> | 35 | <div id='{{{idjanelaA}}}i3GEOidentificaocorrencia' style='overflow: hidden; font-size: 10px; display: block; position: absolute; top: 5px; left: 165px; width: 60%'></div> |
36 | </div> | 36 | </div> |