Commit 0b771b62934a9e376e89478666110f9e9c9bfc5f
1 parent
5b364c46
Exists in
master
and in
7 other branches
Ajuste nos estilos
Showing
5 changed files
with
16 additions
and
9 deletions
Show diff stats
ferramentas/mostraexten/index.js
| ... | ... | @@ -161,7 +161,10 @@ i3GEOF.mostraExten = { |
| 161 | 161 | false, |
| 162 | 162 | "hd", |
| 163 | 163 | cabecalho, |
| 164 | - minimiza | |
| 164 | + minimiza, | |
| 165 | + "", | |
| 166 | + true, | |
| 167 | + i3GEO.configura.locaplic + "/imagens/oxygen/16x16/internet-web-browser.png" | |
| 165 | 168 | ); |
| 166 | 169 | divid = janela[2].id; |
| 167 | 170 | $i("i3GEOF.mostraExten_corpo").style.backgroundColor = "white"; | ... | ... |
ferramentas/opacidademapa/index.js
| ... | ... | @@ -155,7 +155,10 @@ i3GEOF.opacidademapa = { |
| 155 | 155 | false, |
| 156 | 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 | 163 | divid = janela[2].id; |
| 161 | 164 | i3GEOF.opacidademapa.janela = janela[0]; | ... | ... |
ferramentas/opcoes_autoredesenha/index.js
| ... | ... | @@ -108,13 +108,14 @@ i3GEOF.opcoesTempo = { |
| 108 | 108 | String com o código html |
| 109 | 109 | */ |
| 110 | 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 | - ' <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 | + ' <input id=i3GEOopcoesTempobotao2 size=16 type=button value="'+$trad(3,i3GEOF.opcoesTempo.dicionario)+'"/></div>'; | |
| 118 | 119 | return ins; |
| 119 | 120 | }, |
| 120 | 121 | /* | ... | ... |
346 Bytes
655 Bytes