Commit 7c9b0553270fd32262ec3204abb6765638f1aa1f
1 parent
f4d07a02
Exists in
master
and in
7 other branches
Adaptação dos cmpos input type=number
Showing
9 changed files
with
57 additions
and
54 deletions
Show diff stats
css/input.css
| ... | ... | @@ -119,6 +119,9 @@ select option:hover { |
| 119 | 119 | appearance: none; |
| 120 | 120 | cursor: text; |
| 121 | 121 | } |
| 122 | +.i3geoForm100 input[type=number] { | |
| 123 | + width: 85%; | |
| 124 | +} | |
| 122 | 125 | |
| 123 | 126 | .i3geoFormIconeMinuto { |
| 124 | 127 | background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px / 18px; | ... | ... |
ferramentas/geolocal/template_mst.html
| ... | ... | @@ -10,8 +10,8 @@ |
| 10 | 10 | <img title='{{{paraCaptura}}}' onclick='i3GEOF.geolocal.paraTempo()' style='top: -3px; left: 10px; position: relative;' src='{{{locaplic}}}/imagens/oxygen/16x16/clock.png'> |
| 11 | 11 | |
| 12 | 12 | <form id='i3GEOFgeolocalFormTempo' style='left: 162px; position: absolute; top: 10px; width: 30px;'> |
| 13 | - <div class='i3geoForm100 i3geoFormIconeEdita' > | |
| 14 | - <input type='text' id='i3GEOFgeolocalTempo' title={{{intervalo}}} value='0' /> | |
| 13 | + <div class='i3geoForm100 i3geoFormIconeNumero' > | |
| 14 | + <input type='number' id='i3GEOFgeolocalTempo' title={{{intervalo}}} value='0' /> | |
| 15 | 15 | </div> |
| 16 | 16 | </form> |
| 17 | 17 | <div style='height: 130px; overflow: auto; top: 10px; text-align: center; position: relative; cursor: pointer; padding: 5px;' id='i3GEOFgeolocalListaDePontos'></div> |
| ... | ... | @@ -19,6 +19,6 @@ |
| 19 | 19 | <div id='i3GEOFgeolocalNcoord' style='width: 30px; position: absolute;'></div> |
| 20 | 20 | <br> |
| 21 | 21 | <p class='paragrafo' style='float: left; margin-right: 5px; top: 3px; position: relative;'>{{{maximoPontos}}} |
| 22 | -<div class='i3geoForm100 i3geoFormIconeEdita' style='position: relative; margin-left: 5px;'> | |
| 23 | - <input type='text' id='i3GEOFgeolocalMaximo' value='' /> | |
| 22 | +<div class='i3geoForm100 i3geoFormIconeNumero' style='position: relative; margin-left: 5px;'> | |
| 23 | + <input type='number' id='i3GEOFgeolocalMaximo' value='' /> | |
| 24 | 24 | </div> |
| 25 | 25 | \ No newline at end of file | ... | ... |
ferramentas/gradecoord/template_mst.html
| 1 | 1 | <div style='margin-left: 5px'> |
| 2 | 2 | <p class='paragrafo'>{{{intervalo}}}:</p> |
| 3 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 4 | - <input type='text' id='i3GEOgradeCoordintervalo' value='2' /> | |
| 3 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 4 | + <input type='number' id='i3GEOgradeCoordintervalo' value='2' /> | |
| 5 | 5 | </div> |
| 6 | 6 | <br> |
| 7 | 7 | <p class='paragrafo'>{{{cor}}}:</p> |
| ... | ... | @@ -10,8 +10,8 @@ |
| 10 | 10 | </div> |
| 11 | 11 | <br> |
| 12 | 12 | <p class='paragrafo'>{{{largura}}}:</p> |
| 13 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 14 | - <input type='text' id='i3GEOgradeCoordlarguralinha' value='1' /> | |
| 13 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 14 | + <input type='number' id='i3GEOgradeCoordlarguralinha' value='1' /> | |
| 15 | 15 | </div> |
| 16 | 16 | <br> |
| 17 | 17 | <p class='paragrafo'>{{{tipoLinha}}}:</p> |
| ... | ... | @@ -31,8 +31,8 @@ |
| 31 | 31 | </div> |
| 32 | 32 | <br> |
| 33 | 33 | <p class='paragrafo'>{{{tamanhoTexto}}}:</p> |
| 34 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 35 | - <input type='text' id='i3GEOgradeCoordtamanhotexto' value='10' /> | |
| 34 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 35 | + <input type='number' id='i3GEOgradeCoordtamanhotexto' value='10' /> | |
| 36 | 36 | </div> |
| 37 | 37 | <br> |
| 38 | 38 | <p class='paragrafo'>{{{fonteTexto}}}:</p> |
| ... | ... | @@ -49,13 +49,13 @@ |
| 49 | 49 | </div> |
| 50 | 50 | <br> |
| 51 | 51 | <p class='paragrafo'>{{{deslocamentoSombra}}} X:</p> |
| 52 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 53 | - <input type='text' id='i3GEOgradeCoordshadowsizex' value='0' /> | |
| 52 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 53 | + <input type='number' id='i3GEOgradeCoordshadowsizex' value='0' /> | |
| 54 | 54 | </div> |
| 55 | 55 | <br> |
| 56 | 56 | <p class='paragrafo'>{{{deslocamentoSombra}}} Y:</p> |
| 57 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 58 | - <input type='text' id='i3GEOgradeCoordshadowsizey' value='0' /> | |
| 57 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 58 | + <input type='number' id='i3GEOgradeCoordshadowsizey' value='0' /> | |
| 59 | 59 | </div> |
| 60 | 60 | <br> |
| 61 | 61 | <p class='paragrafo'>{{{corTexto}}}:</p> | ... | ... |
ferramentas/graficotema/template_mst.html
| ... | ... | @@ -37,18 +37,18 @@ |
| 37 | 37 | </div> |
| 38 | 38 | <br> |
| 39 | 39 | <p class='paragrafo'>{{{largura}}}:</p> |
| 40 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 41 | - <input type='text' id='i3GEOgraficotemalargura' value='50' /> | |
| 40 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 41 | + <input type='number' id='i3GEOgraficotemalargura' value='50' /> | |
| 42 | 42 | </div> |
| 43 | 43 | <br> |
| 44 | 44 | <p class='paragrafo'>{{{altura}}}:</p> |
| 45 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 46 | - <input type='text' id='i3GEOgraficotemaaltura' value='50' /> | |
| 45 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 46 | + <input type='number' id='i3GEOgraficotemaaltura' value='50' /> | |
| 47 | 47 | </div> |
| 48 | 48 | <br> |
| 49 | 49 | <p class='paragrafo'>{{{deslocamentoFatias}}}:</p> |
| 50 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 51 | - <input type='text' id='i3GEOgraficotemaoffset' value='0' /> | |
| 50 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 51 | + <input type='number' id='i3GEOgraficotemaoffset' value='0' /> | |
| 52 | 52 | </div> |
| 53 | 53 | <br> |
| 54 | 54 | <p class='paragrafo'>{{{corContorno}}}:</p> | ... | ... |
ferramentas/legenda/template_mst.html
| ... | ... | @@ -155,8 +155,8 @@ |
| 155 | 155 | <div id='i3GEOlegendaitensValorClass' class='styled-select'></div> |
| 156 | 156 | <br> |
| 157 | 157 | <p class='paragrafo'>{{{numeroClasses}}}:</p> |
| 158 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 159 | - <input type='text' id='i3GEOlegendanclasses' value='5' /> | |
| 158 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 159 | + <input type='number' id='i3GEOlegendanclasses' value='5' /> | |
| 160 | 160 | </div> |
| 161 | 161 | <br> |
| 162 | 162 | <p class='paragrafo'> | ... | ... |
ferramentas/mmscale/template_mst.html
| 1 | 1 | <div style='margin-left: 5px'> |
| 2 | 2 | <p class='paragrafo'>{{{cancelar}}}:</p> |
| 3 | 3 | <p class='paragrafo'>{{{minscale}}}:</p> |
| 4 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 5 | - <input type='text' value='' id='i3GEOmmscaleMinscale' /> | |
| 4 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 5 | + <input type='number' value='' id='i3GEOmmscaleMinscale' /> | |
| 6 | 6 | </div> |
| 7 | 7 | <br> |
| 8 | 8 | <p class='paragrafo'>{{{maxscale}}}:</p> |
| 9 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 10 | - <input type='text' value='' id='i3GEOmmscaleMaxscale' /> | |
| 9 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 10 | + <input type='number' value='' id='i3GEOmmscaleMaxscale' /> | |
| 11 | 11 | </div> |
| 12 | 12 | <br> |
| 13 | 13 | <p class='paragrafo'> | ... | ... |
ferramentas/opcoes_autoredesenha/template_mst.html
| 1 | 1 | <div style='padding-left: 5px;'> |
| 2 | 2 | <p class='paragrafo'>{{{ajuda}}}:</p> |
| 3 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 4 | - <input type='text' value='5' id='i3GEOopcoesTempoT' /> | |
| 3 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 4 | + <input type='number' value='5' id='i3GEOopcoesTempoT' /> | |
| 5 | 5 | </div> |
| 6 | 6 | <br> |
| 7 | 7 | <p class='paragrafo'> | ... | ... |
ferramentas/tme/template_mst.html
| ... | ... | @@ -16,13 +16,13 @@ |
| 16 | 16 | </div> |
| 17 | 17 | <br> |
| 18 | 18 | <p class='paragrafo'>{{{alturaMaxBarras}}} |
| 19 | -<div class='i3geoForm i3geoFormIconeEdita'> | |
| 20 | - <input type='text' value='5000' id='i3GEOTMEbarSize' /> | |
| 19 | +<div class='i3geoForm i3geoFormIconeNumero'> | |
| 20 | + <input type='number' value='5000' id='i3GEOTMEbarSize' /> | |
| 21 | 21 | </div> |
| 22 | 22 | <br> |
| 23 | 23 | <p class='paragrafo'>{{{larguraMaxBarras}}} |
| 24 | -<div class='i3geoForm i3geoFormIconeEdita'> | |
| 25 | - <input type='text' value='2000000' id='i3GEOTMEmaxHeight' /> | |
| 24 | +<div class='i3geoForm i3geoFormIconeNumero'> | |
| 25 | + <input type='number' value='2000000' id='i3GEOTMEmaxHeight' /> | |
| 26 | 26 | </div> |
| 27 | 27 | <br> |
| 28 | 28 | <p class='paragrafo'>{{{outLineColor}}} |
| ... | ... | @@ -31,8 +31,8 @@ |
| 31 | 31 | </div> |
| 32 | 32 | <br> |
| 33 | 33 | <p class='paragrafo'>{{{numvertices}}} |
| 34 | -<div class='i3geoForm i3geoFormIconeEdita'> | |
| 35 | - <input type='text' value='8' id='i3GEOTMEnumvertices' /> | |
| 34 | +<div class='i3geoForm i3geoFormIconeNumero'> | |
| 35 | + <input type='number' value='8' id='i3GEOTMEnumvertices' /> | |
| 36 | 36 | </div> |
| 37 | 37 | <br> |
| 38 | 38 | <p class='paragrafo'>{{{colunaRegioes}}} | ... | ... |
ferramentas/toponimia/template_mst.html
| ... | ... | @@ -31,11 +31,11 @@ |
| 31 | 31 | {{{adicionaToponimia}}} |
| 32 | 32 | <br> |
| 33 | 33 | <p class='paragrafo'>{{{minmaxscale}}}:</p> |
| 34 | - <div class='i3geoForm150 i3geoFormIconeEdita' style='float:left;'> | |
| 35 | - <input type='text' value='' id='i3GEOtoponimiaMinscale' /> | |
| 34 | + <div class='i3geoForm150 i3geoFormIconeNumero' style='float:left;'> | |
| 35 | + <input type='number' value='' id='i3GEOtoponimiaMinscale' /> | |
| 36 | 36 | </div> |
| 37 | - <div class='i3geoForm150 i3geoFormIconeEdita'> | |
| 38 | - <input type='text' value='' id='i3GEOtoponimiaMaxscale' /> | |
| 37 | + <div class='i3geoForm150 i3geoFormIconeNumero'> | |
| 38 | + <input type='number' value='' id='i3GEOtoponimiaMaxscale' /> | |
| 39 | 39 | </div> |
| 40 | 40 | <br> |
| 41 | 41 | <p class='paragrafo'> |
| ... | ... | @@ -49,26 +49,26 @@ |
| 49 | 49 | |
| 50 | 50 | <br> |
| 51 | 51 | <p class='paragrafo'>{{{tamanho}}}:</p> |
| 52 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 53 | - <input type='text' value='8' id='i3GEOtoponimiatamanho_i' /> | |
| 52 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 53 | + <input type='number' value='8' id='i3GEOtoponimiatamanho_i' /> | |
| 54 | 54 | </div> |
| 55 | 55 | |
| 56 | 56 | <br> |
| 57 | 57 | <p class='paragrafo'>{{{angulo}}}:</p> |
| 58 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 59 | - <input type='text' value='0' id='i3GEOtoponimiaangulo_i' /> | |
| 58 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 59 | + <input type='number' value='0' id='i3GEOtoponimiaangulo_i' /> | |
| 60 | 60 | </div> |
| 61 | 61 | |
| 62 | 62 | <br> |
| 63 | 63 | <p class='paragrafo'>{{{deslocamentoTexto}}} X:</p> |
| 64 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 65 | - <input type='text' value='0' id='i3GEOtoponimiaoffsetx_i' /> | |
| 64 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 65 | + <input type='number' value='0' id='i3GEOtoponimiaoffsetx_i' /> | |
| 66 | 66 | </div> |
| 67 | 67 | |
| 68 | 68 | <br> |
| 69 | 69 | <p class='paragrafo'>{{{deslocamentoTexto}}} Y:</p> |
| 70 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 71 | - <input type='text' value='0' id='i3GEOtoponimiaoffsety_i' /> | |
| 70 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 71 | + <input type='number' value='0' id='i3GEOtoponimiaoffsety_i' /> | |
| 72 | 72 | </div> |
| 73 | 73 | |
| 74 | 74 | <br> |
| ... | ... | @@ -110,13 +110,13 @@ |
| 110 | 110 | </div> |
| 111 | 111 | <br> <br> <br> |
| 112 | 112 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} X:</p> |
| 113 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 114 | - <input type='text' value='1' id='i3GEOtoponimiasombrax_i' /> | |
| 113 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 114 | + <input type='number' value='1' id='i3GEOtoponimiasombrax_i' /> | |
| 115 | 115 | </div> |
| 116 | 116 | <br> |
| 117 | 117 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} Y:</p> |
| 118 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 119 | - <input type='text' value='1' id='i3GEOtoponimiasombray_i' /> | |
| 118 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 119 | + <input type='number' value='1' id='i3GEOtoponimiasombray_i' /> | |
| 120 | 120 | </div> |
| 121 | 121 | <br> |
| 122 | 122 | <p class='paragrafo'>{{{corSombra}}}:</p> |
| ... | ... | @@ -125,13 +125,13 @@ |
| 125 | 125 | </div> |
| 126 | 126 | <br> <br> <br> |
| 127 | 127 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} X:</p> |
| 128 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 129 | - <input type='text' value='1' id='i3GEOtoponimiafrentex_i' /> | |
| 128 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 129 | + <input type='number' value='1' id='i3GEOtoponimiafrentex_i' /> | |
| 130 | 130 | </div> |
| 131 | 131 | <br> |
| 132 | 132 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} Y:</p> |
| 133 | - <div class='i3geoForm i3geoFormIconeEdita'> | |
| 134 | - <input type='text' value='1' id='i3GEOtoponimiafrentey_i' /> | |
| 133 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
| 134 | + <input type='number' value='1' id='i3GEOtoponimiafrentey_i' /> | |
| 135 | 135 | </div> |
| 136 | 136 | <br> |
| 137 | 137 | <p class='paragrafo'>{{{forcaColisaoTextos}}}:</p> | ... | ... |