Commit e7aa164f62503f6297aab78b3e92f3e5ae4ddf82
1 parent
b8fe485f
Exists in
master
and in
7 other branches
Ajustes nos estilos
Showing
2 changed files
with
17 additions
and
17 deletions
Show diff stats
ferramentas/mostraexten/dicionario.js
| ... | ... | @@ -11,22 +11,22 @@ en:"", |
| 11 | 11 | es:"" |
| 12 | 12 | }], |
| 13 | 13 | 3: [{ |
| 14 | -pt:"Menor longitude (oeste)", | |
| 14 | +pt:"Longitude oeste", | |
| 15 | 15 | en:"", |
| 16 | 16 | es:"" |
| 17 | 17 | }], |
| 18 | 18 | 4: [{ |
| 19 | -pt:"Menor latitude (sul)", | |
| 19 | +pt:"Latitude sul", | |
| 20 | 20 | en:"", |
| 21 | 21 | es:"" |
| 22 | 22 | }], |
| 23 | 23 | 5: [{ |
| 24 | -pt:"Maior longitude (leste)", | |
| 24 | +pt:"Longitude leste", | |
| 25 | 25 | en:"", |
| 26 | 26 | es:"" |
| 27 | 27 | }], |
| 28 | 28 | 6: [{ |
| 29 | -pt:"Maior latitude (norte)", | |
| 29 | +pt:"Latitude norte", | |
| 30 | 30 | en:"", |
| 31 | 31 | es:"" |
| 32 | 32 | }], | ... | ... |
ferramentas/mostraexten/index.js
| ... | ... | @@ -107,30 +107,30 @@ i3GEOF.mostraExten = { |
| 107 | 107 | var ins = '<p class="paragrafo" >'+$trad(1,i3GEOF.mostraExten.dicionario)+':</p>' + |
| 108 | 108 | '<textarea id=i3GEOmostraExtenatual rows=3 cols=50 onclick="javascript:this.select();"></textarea>' + |
| 109 | 109 | '<p class="paragrafo" > '+$trad(2,i3GEOF.mostraExten.dicionario)+':</p>' + |
| 110 | - ' <table class=lista3 >' + | |
| 110 | + ' <table class=lista3 style="width:350px;">' + | |
| 111 | 111 | ' <tr><td>'+$trad(3,i3GEOF.mostraExten.dicionario)+':</td>' + |
| 112 | 112 | ' <td>' + |
| 113 | - $inputText("","","i3GEOmostraExtenxg","",3,"-00") + | |
| 114 | - $inputText("","","i3GEOmostraExtenxm","",3,"00") + | |
| 115 | - $inputText("","","i3GEOmostraExtenxs","",3,"0.0") + | |
| 113 | + '<div class="styled-select" style="width:40px;float:left;" ><input type="text" id="i3GEOmostraExtenxg" value="-00"/></div>' + | |
| 114 | + '<div class="styled-select" style="width:40px;float:left;margin-left:5px;margin-right:5px;" ><input type="text" id="i3GEOmostraExtenxm" value="00"/></div>' + | |
| 115 | + '<div class="styled-select" style="width:50px;margin-left:5px;" ><input type="text" id="i3GEOmostraExtenxs" value="0.0"/></div>' + | |
| 116 | 116 | ' </td></tr>' + |
| 117 | 117 | ' <tr><td>'+$trad(4,i3GEOF.mostraExten.dicionario)+':</td>' + |
| 118 | 118 | ' <td>' + |
| 119 | - $inputText("","","i3GEOmostraExtenyg","",3,"-00") + | |
| 120 | - $inputText("","","i3GEOmostraExtenym","",3,"00") + | |
| 121 | - $inputText("","","i3GEOmostraExtenys","",3,"0.0") + | |
| 119 | + '<div class="styled-select" style="width:40px;float:left;" ><input type="text" id="i3GEOmostraExtenyg" value="-00"/></div>' + | |
| 120 | + '<div class="styled-select" style="width:40px;float:left;margin-left:5px;margin-right:5px;" ><input type="text" id="i3GEOmostraExtenym" value="00"/></div>' + | |
| 121 | + '<div class="styled-select" style="width:50px;margin-left:5px;" ><input type="text" id="i3GEOmostraExtenys" value="0.0"/></div>' + | |
| 122 | 122 | ' </td></tr>' + |
| 123 | 123 | ' <tr><td>'+$trad(5,i3GEOF.mostraExten.dicionario)+':</td>' + |
| 124 | 124 | ' <td>' + |
| 125 | - $inputText("","","i3GEOmostraExtenxxg","",3,"-00") + | |
| 126 | - $inputText("","","i3GEOmostraExtenxxm","",3,"00") + | |
| 127 | - $inputText("","","i3GEOmostraExtenxxs","",3,"0.0") + | |
| 125 | + '<div class="styled-select" style="width:40px;float:left;" ><input type="text" id="i3GEOmostraExtenxxg" value="-00"/></div>' + | |
| 126 | + '<div class="styled-select" style="width:40px;float:left;margin-left:5px;margin-right:5px;" ><input type="text" id="i3GEOmostraExtenxxm" value="00"/></div>' + | |
| 127 | + '<div class="styled-select" style="width:50px;margin-left:5px;" ><input type="text" id="i3GEOmostraExtenxxs" value="0.0"/></div>' + | |
| 128 | 128 | ' </td></tr>' + |
| 129 | 129 | ' <tr><td>'+$trad(6,i3GEOF.mostraExten.dicionario)+':</td>' + |
| 130 | 130 | ' <td>' + |
| 131 | - $inputText("","","i3GEOmostraExtenyyg","",3,"-00") + | |
| 132 | - $inputText("","","i3GEOmostraExtenyym","",3,"00") + | |
| 133 | - $inputText("","","i3GEOmostraExtenyys","",3,"0.0") + | |
| 131 | + '<div class="styled-select" style="width:40px;float:left;" ><input type="text" id="i3GEOmostraExtenyyg" value="-00"/></div>' + | |
| 132 | + '<div class="styled-select" style="width:40px;float:left;margin-left:5px;margin-right:5px;" ><input type="text" id="i3GEOmostraExtenyym" value="00"/></div>' + | |
| 133 | + '<div class="styled-select" style="width:50px;margin-left:5px;" ><input type="text" id="i3GEOmostraExtenyys" value="0.0"/></div>' + | |
| 134 | 134 | ' </td></tr></table>' + |
| 135 | 135 | '<br><p class="paragrafo" ><input id=i3GEOmostraExtenbotao1 type="button" size=14 value="'+$trad(7,i3GEOF.mostraExten.dicionario)+'" /></p>'; |
| 136 | 136 | return ins; | ... | ... |