From 309a0ab4101536cc4af4b8f2db2d420671af1683 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Tue, 21 Oct 2014 00:56:52 +0000 Subject: [PATCH] Ajustes nos estilos dos campos de tipo INPUT --- classesjs/classe_janela.js | 2 +- classesjs/classe_marcador.js | 2 +- css/geral.css | 9 +++++++-- ferramentas/3d/index.js | 2 +- ferramentas/atalhosedicao/template_mst.html | 2 +- ferramentas/buffer/index.js | 4 ++-- ferramentas/busca/template_mst.html | 2 +- ferramentas/buscafotos/index.js | 6 +++--- ferramentas/conectarwms/index.htm | 2 +- ferramentas/distanciaptpt/index.js | 2 +- ferramentas/etiqueta/index.js | 4 ++-- ferramentas/filtro/index.js | 3 +-- ferramentas/filtro/template_mst.html | 2 +- ferramentas/geolocal/template_mst.html | 4 ++-- ferramentas/gradehex/index.js | 24 ++++++++++++------------ ferramentas/gradepol/index.js | 32 ++++++++++++++++---------------- ferramentas/gradepontos/index.js | 32 ++++++++++++++++---------------- ferramentas/graficointerativo1/index.js | 10 +++++----- ferramentas/graficotema/index.js | 10 +++++----- ferramentas/graficotema/template_mst.html | 8 ++++---- ferramentas/heatmap/index.js | 12 ++++++------ ferramentas/identifica/index.js | 6 +++--- ferramentas/identifica/template_mst.html | 2 +- ferramentas/importarwmc/index.js | 2 +- ferramentas/importarwmc/template_mst.html | 2 +- ferramentas/inseregrafico/index.js | 8 ++++---- ferramentas/inseregrafico/template_mst.html | 2 +- ferramentas/inseretxt/index.js | 2 +- ferramentas/inseretxt/template_mst.html | 2 +- ferramentas/inserexy2/template_mst.html | 54 +++++++++++++++++++++++++++--------------------------- ferramentas/legenda/index.js | 18 +++++++++--------- ferramentas/legenda/template_mst.html | 6 +++--- ferramentas/markercluster/index.js | 6 +++--- ferramentas/mostraexten/template_mst.html | 26 +++++++++++++------------- ferramentas/opcoes_autoredesenha/template_mst.html | 2 +- ferramentas/opcoes_label/index.js | 36 ++++++++++++++++++------------------ ferramentas/perfil/template_mst.html | 2 +- ferramentas/preferencias/index.js | 2 +- ferramentas/selecao/index.js | 3 +-- ferramentas/tabela/template_mst.html | 4 ++-- ferramentas/tme/template_mst.html | 8 ++++---- ferramentas/toponimia/template_mst.html | 32 ++++++++++++++++---------------- ferramentas/upload/index.js | 2 +- ferramentas/uploaddbf/template_mst.html | 4 ++-- ferramentas/uploadkml/template_mst.html | 2 +- ferramentas/uploadsimbolo/index.js | 2 +- ferramentas/wmstime/index.js | 14 +++++++------- 47 files changed, 213 insertions(+), 210 deletions(-) diff --git a/classesjs/classe_janela.js b/classesjs/classe_janela.js index 00f302f..cc8080e 100644 --- a/classesjs/classe_janela.js +++ b/classesjs/classe_janela.js @@ -841,7 +841,7 @@ i3GEO.janela = { if(!valorDefault){ valorDefault = ""; } - var i = "
"; + var i = "
"; i3GEO.janela.confirma(pergunta+i,"","","",funcaoOk); }, /* diff --git a/classesjs/classe_marcador.js b/classesjs/classe_marcador.js index 22bb69e..1507e6e 100755 --- a/classesjs/classe_marcador.js +++ b/classesjs/classe_marcador.js @@ -85,7 +85,7 @@ i3GEO.marcador = { if(!c){ c = ""; } - texto = "

"+$trad("x78")+"

"; i3GEO.janela.mensagemSimples(texto,$trad("x79")); }, diff --git a/css/geral.css b/css/geral.css index 2239467..302248f 100644 --- a/css/geral.css +++ b/css/geral.css @@ -1082,7 +1082,7 @@ h1 { } } -.i3geoForm, .i3geoForm150 { +.i3geoForm, .i3geoForm150, .i3geoForm100 { width: 252px; overflow: hidden; background: #F8F8F8; @@ -1095,6 +1095,10 @@ h1 { width: 150px; } +.i3geoForm100 { + width: 100px; +} + .i3geoFormIconeEdita { background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 100% 5px; @media (-webkit-min-device-pixel-ratio: 2), @@ -1104,7 +1108,7 @@ h1 { } } -.i3geoForm input, .i3geoForm150 input { +.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input { width: 90%; height: 22px; border: 0; @@ -1116,6 +1120,7 @@ h1 { text-overflow: ''; font-size: 12px; appearance: none; + cursor: text; } /*hack opera */ diff --git a/ferramentas/3d/index.js b/ferramentas/3d/index.js index 1572e4c..607a95e 100644 --- a/ferramentas/3d/index.js +++ b/ferramentas/3d/index.js @@ -181,7 +181,7 @@ i3GEOF.t3d = { }, t2: function(){ var ins = "

Diminuir o exagero vertical em:
"; - ins += " x "; + ins += " x "; ins += "

Escolha o tema (opcional) com os valores de Z (se existir no mapa):
"; ins += "


"; ins += "

"; diff --git a/ferramentas/atalhosedicao/template_mst.html b/ferramentas/atalhosedicao/template_mst.html index 60111ce..ec975da 100755 --- a/ferramentas/atalhosedicao/template_mst.html +++ b/ferramentas/atalhosedicao/template_mst.html @@ -33,7 +33,7 @@

{{{opacidade}}} -

+
diff --git a/ferramentas/buffer/index.js b/ferramentas/buffer/index.js index af288a2..8ab99d4 100644 --- a/ferramentas/buffer/index.js +++ b/ferramentas/buffer/index.js @@ -172,7 +172,7 @@ i3GEOF.buffer = { }, t2: function(){ var ins = "

"+$trad('entorno',i3GEOF.buffer.dicionario); - ins += "

"; + ins += "
"; ins += "

"+$trad('entornoAtributo',i3GEOF.buffer.dicionario); ins += "

"; @@ -285,7 +285,7 @@ i3GEOF.buffer = { function(retorno){ $i("i3GEObufferondeItens").innerHTML = "
" + retorno.dados + "
" + "

" + $trad('multiplica',i3GEOF.buffer.dicionario) - +"

"; + +"
"; $i("i3GEObufferondeItens").style.display = "block"; }, "i3GEObufferondeItens" diff --git a/ferramentas/busca/template_mst.html b/ferramentas/busca/template_mst.html index d2e3947..191e61e 100644 --- a/ferramentas/busca/template_mst.html +++ b/ferramentas/busca/template_mst.html @@ -1,5 +1,5 @@
-
+

diff --git a/ferramentas/buscafotos/index.js b/ferramentas/buscafotos/index.js index 573851c..3c334f6 100644 --- a/ferramentas/buscafotos/index.js +++ b/ferramentas/buscafotos/index.js @@ -146,9 +146,9 @@ i3GEOF.buscaFotos = { ins += '

'+$trad('opcoes',i3GEOF.buscaFotos.dicionario); ins += $trad('maxRegistros',i3GEOF.buscaFotos.dicionario); ins += $trad('ajudaAno',i3GEOF.buscaFotos.dicionario); - ins += '

'+$trad('texto',i3GEOF.buscaFotos.dicionario)+':

'; - ins += '

'+$trad('anoInicial',i3GEOF.buscaFotos.dicionario)+':

'; - ins += '

'+$trad('anoFinal',i3GEOF.buscaFotos.dicionario)+':



'; + ins += '

'+$trad('texto',i3GEOF.buscaFotos.dicionario)+':

'; + ins += '

'+$trad('anoInicial',i3GEOF.buscaFotos.dicionario)+':

'; + ins += '

'+$trad('anoFinal',i3GEOF.buscaFotos.dicionario)+':



'; ins += ' '; ins += '
'; ins += '
'; diff --git a/ferramentas/conectarwms/index.htm b/ferramentas/conectarwms/index.htm index c7c9f54..8c242b0 100644 --- a/ferramentas/conectarwms/index.htm +++ b/ferramentas/conectarwms/index.htm @@ -28,7 +28,7 @@ body {
Digite o endereço do serviço ou escolha da lista abaixo. Utilize as guias acima para ver o resultado do acesso. Por padrão, utiliza-se a versão 1.1.0 do GetCapabilities. Você pode adicionar um outro, bastando incluir no endereço do serviço "&version=1.3.0" por exemplo.
- +
diff --git a/ferramentas/distanciaptpt/index.js b/ferramentas/distanciaptpt/index.js index eacf2e1..3890392 100644 --- a/ferramentas/distanciaptpt/index.js +++ b/ferramentas/distanciaptpt/index.js @@ -171,7 +171,7 @@ i3GEOF.distanciaptpt = { ins += "

"; ins += "

" + $trad('distMax',i3GEOF.distanciaptpt.dicionario)+"
"; - ins += '

'; + ins += '
'; i3GEO.util.proximoAnterior("i3GEOF.distanciaptpt.t0()","i3GEOF.distanciaptpt.t2()",ins,"i3GEOF.distanciaptpt.t1","i3GEOdistanciaptptresultado",true,"i3GEOF.distanciaptpt_rodape"); i3GEOF.distanciaptpt.comboTemasOrigem(); i3GEOF.distanciaptpt.comboTemasDestino(); diff --git a/ferramentas/etiqueta/index.js b/ferramentas/etiqueta/index.js index 6d535f1..7ef04dc 100644 --- a/ferramentas/etiqueta/index.js +++ b/ferramentas/etiqueta/index.js @@ -238,7 +238,7 @@ i3GEOF.etiqueta = { else{ ck = ""; } - ins.push("
"); + ins.push("
"); //links if(lista.itenslink[item]){ ck = lista.itenslink[item]; @@ -246,7 +246,7 @@ i3GEOF.etiqueta = { else{ ck = ""; } - ins.push("
"); + ins.push("
"); ins.push(""); } diff --git a/ferramentas/filtro/index.js b/ferramentas/filtro/index.js index 1689b27..214a0a4 100644 --- a/ferramentas/filtro/index.js +++ b/ferramentas/filtro/index.js @@ -270,8 +270,7 @@ i3GEOF.filtro = { conector += "
"; valor = document.createElement("div"); - valor.className = 'styled-select'; - valor.style.width = "100px"; + valor.className = 'i3geoForm150 i3geoFormIconeEdita'; valor.style.marginLeft="5px"; valor.innerHTML = ""; diff --git a/ferramentas/filtro/template_mst.html b/ferramentas/filtro/template_mst.html index a1fc211..2b5bef0 100644 --- a/ferramentas/filtro/template_mst.html +++ b/ferramentas/filtro/template_mst.html @@ -46,7 +46,7 @@