Commit 0b771b62934a9e376e89478666110f9e9c9bfc5f

Authored by Edmar Moretti
1 parent 5b364c46

Ajuste nos estilos

ferramentas/mostraexten/index.js
@@ -161,7 +161,10 @@ i3GEOF.mostraExten = { @@ -161,7 +161,10 @@ i3GEOF.mostraExten = {
161 false, 161 false,
162 "hd", 162 "hd",
163 cabecalho, 163 cabecalho,
164 - minimiza 164 + minimiza,
  165 + "",
  166 + true,
  167 + i3GEO.configura.locaplic + "/imagens/oxygen/16x16/internet-web-browser.png"
165 ); 168 );
166 divid = janela[2].id; 169 divid = janela[2].id;
167 $i("i3GEOF.mostraExten_corpo").style.backgroundColor = "white"; 170 $i("i3GEOF.mostraExten_corpo").style.backgroundColor = "white";
ferramentas/opacidademapa/index.js
@@ -155,7 +155,10 @@ i3GEOF.opacidademapa = { @@ -155,7 +155,10 @@ i3GEOF.opacidademapa = {
155 false, 155 false,
156 "hd", 156 "hd",
157 "", 157 "",
158 - minimiza 158 + minimiza,
  159 + "",
  160 + true,
  161 + i3GEO.configura.locaplic + "/imagens/oxygen/16x16/file-zoom-in.png"
159 ); 162 );
160 divid = janela[2].id; 163 divid = janela[2].id;
161 i3GEOF.opacidademapa.janela = janela[0]; 164 i3GEOF.opacidademapa.janela = janela[0];
ferramentas/opcoes_autoredesenha/index.js
@@ -108,13 +108,14 @@ i3GEOF.opcoesTempo = { @@ -108,13 +108,14 @@ i3GEOF.opcoesTempo = {
108 String com o código html 108 String com o código html
109 */ 109 */
110 html:function(){ 110 html:function(){
111 - var ins = '<table summary="" class=lista width="100%">' +  
112 - '<table summary="" class=lista > '+  
113 - ' <tr><td>'+$trad(1,i3GEOF.opcoesTempo.dicionario)+':<br><br>' +  
114 - $inputText("","","i3GEOopcoesTempoT","",8,"5") +  
115 - '</td><td></table><br>' +  
116 - '<p class=paragrafo ><input id=i3GEOopcoesTempobotao1 size=16 type=button value="'+$trad(2,i3GEOF.opcoesTempo.dicionario)+'"/>' +  
117 - '&nbsp;<input id=i3GEOopcoesTempobotao2 size=16 type=button value="'+$trad(3,i3GEOF.opcoesTempo.dicionario)+'"/>'; 111 + var ins = '<div style=padding-left:5px; >' +
  112 + '<p class=paragrafo >' +
  113 + $trad(1,i3GEOF.opcoesTempo.dicionario)+':</p>' +
  114 + '<div class=styled-select >' +
  115 + '<input type=text value="5" id="i3GEOopcoesTempoT" />' +
  116 + '</div>' +
  117 + '<br><p class=paragrafo ><input id=i3GEOopcoesTempobotao1 size=16 type=button value="'+$trad(2,i3GEOF.opcoesTempo.dicionario)+'"/>' +
  118 + '&nbsp;<input id=i3GEOopcoesTempobotao2 size=16 type=button value="'+$trad(3,i3GEOF.opcoesTempo.dicionario)+'"/></div>';
118 return ins; 119 return ins;
119 }, 120 },
120 /* 121 /*
imagens/oxygen/16x16/file-zoom-in.png 0 → 100755

346 Bytes

imagens/oxygen/16x16/internet-web-browser.png 0 → 100755

655 Bytes