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,22 +11,22 @@ en:"", | ||
| 11 | es:"" | 11 | es:"" |
| 12 | }], | 12 | }], |
| 13 | 3: [{ | 13 | 3: [{ |
| 14 | -pt:"Menor longitude (oeste)", | 14 | +pt:"Longitude oeste", |
| 15 | en:"", | 15 | en:"", |
| 16 | es:"" | 16 | es:"" |
| 17 | }], | 17 | }], |
| 18 | 4: [{ | 18 | 4: [{ |
| 19 | -pt:"Menor latitude (sul)", | 19 | +pt:"Latitude sul", |
| 20 | en:"", | 20 | en:"", |
| 21 | es:"" | 21 | es:"" |
| 22 | }], | 22 | }], |
| 23 | 5: [{ | 23 | 5: [{ |
| 24 | -pt:"Maior longitude (leste)", | 24 | +pt:"Longitude leste", |
| 25 | en:"", | 25 | en:"", |
| 26 | es:"" | 26 | es:"" |
| 27 | }], | 27 | }], |
| 28 | 6: [{ | 28 | 6: [{ |
| 29 | -pt:"Maior latitude (norte)", | 29 | +pt:"Latitude norte", |
| 30 | en:"", | 30 | en:"", |
| 31 | es:"" | 31 | es:"" |
| 32 | }], | 32 | }], |
ferramentas/mostraexten/index.js
| @@ -107,30 +107,30 @@ i3GEOF.mostraExten = { | @@ -107,30 +107,30 @@ i3GEOF.mostraExten = { | ||
| 107 | var ins = '<p class="paragrafo" >'+$trad(1,i3GEOF.mostraExten.dicionario)+':</p>' + | 107 | var ins = '<p class="paragrafo" >'+$trad(1,i3GEOF.mostraExten.dicionario)+':</p>' + |
| 108 | '<textarea id=i3GEOmostraExtenatual rows=3 cols=50 onclick="javascript:this.select();"></textarea>' + | 108 | '<textarea id=i3GEOmostraExtenatual rows=3 cols=50 onclick="javascript:this.select();"></textarea>' + |
| 109 | '<p class="paragrafo" > '+$trad(2,i3GEOF.mostraExten.dicionario)+':</p>' + | 109 | '<p class="paragrafo" > '+$trad(2,i3GEOF.mostraExten.dicionario)+':</p>' + |
| 110 | - ' <table class=lista3 >' + | 110 | + ' <table class=lista3 style="width:350px;">' + |
| 111 | ' <tr><td>'+$trad(3,i3GEOF.mostraExten.dicionario)+':</td>' + | 111 | ' <tr><td>'+$trad(3,i3GEOF.mostraExten.dicionario)+':</td>' + |
| 112 | ' <td>' + | 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 | ' </td></tr>' + | 116 | ' </td></tr>' + |
| 117 | ' <tr><td>'+$trad(4,i3GEOF.mostraExten.dicionario)+':</td>' + | 117 | ' <tr><td>'+$trad(4,i3GEOF.mostraExten.dicionario)+':</td>' + |
| 118 | ' <td>' + | 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 | ' </td></tr>' + | 122 | ' </td></tr>' + |
| 123 | ' <tr><td>'+$trad(5,i3GEOF.mostraExten.dicionario)+':</td>' + | 123 | ' <tr><td>'+$trad(5,i3GEOF.mostraExten.dicionario)+':</td>' + |
| 124 | ' <td>' + | 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 | ' </td></tr>' + | 128 | ' </td></tr>' + |
| 129 | ' <tr><td>'+$trad(6,i3GEOF.mostraExten.dicionario)+':</td>' + | 129 | ' <tr><td>'+$trad(6,i3GEOF.mostraExten.dicionario)+':</td>' + |
| 130 | ' <td>' + | 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 | ' </td></tr></table>' + | 134 | ' </td></tr></table>' + |
| 135 | '<br><p class="paragrafo" ><input id=i3GEOmostraExtenbotao1 type="button" size=14 value="'+$trad(7,i3GEOF.mostraExten.dicionario)+'" /></p>'; | 135 | '<br><p class="paragrafo" ><input id=i3GEOmostraExtenbotao1 type="button" size=14 value="'+$trad(7,i3GEOF.mostraExten.dicionario)+'" /></p>'; |
| 136 | return ins; | 136 | return ins; |