From fce496626fbdc11fa463dd503bcb1b54bd9ce337 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 11 Mar 2015 20:09:50 +0000 Subject: [PATCH] ajustes nos estilos das caixas de seleção --- admin/admin.db | Bin 278528 -> 0 bytes css/geral.css | 1 + css/i3geo6.css | 1 + css/i3geo6.css.php | 1 + css/i3geo_ferramentas6.css | 1 + ferramentas/filtro/index.js | 8 ++++---- ferramentas/filtro/template_mst.html | 19 +++++-------------- 7 files changed, 13 insertions(+), 18 deletions(-) diff --git a/admin/admin.db b/admin/admin.db index defea75..d2e4043 100644 Binary files a/admin/admin.db and b/admin/admin.db differ diff --git a/css/geral.css b/css/geral.css index f3914a3..264ba66 100644 --- a/css/geral.css +++ b/css/geral.css @@ -1248,6 +1248,7 @@ h1 { -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; + white-space: nowrap; text-overflow: ellipsis; font-size: 12px; appearance: none; diff --git a/css/i3geo6.css b/css/i3geo6.css index 526d172..a804cf2 100755 --- a/css/i3geo6.css +++ b/css/i3geo6.css @@ -1107,6 +1107,7 @@ line-height: 1.5; -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; +white-space: nowrap; text-overflow: ellipsis; font-size: 12px; appearance: none; diff --git a/css/i3geo6.css.php b/css/i3geo6.css.php index f373511..b48c408 100755 --- a/css/i3geo6.css.php +++ b/css/i3geo6.css.php @@ -1107,6 +1107,7 @@ line-height: 1.5; -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; +white-space: nowrap; text-overflow: ellipsis; font-size: 12px; appearance: none; diff --git a/css/i3geo_ferramentas6.css b/css/i3geo_ferramentas6.css index 7a13eaa..b94d18a 100755 --- a/css/i3geo_ferramentas6.css +++ b/css/i3geo_ferramentas6.css @@ -1248,6 +1248,7 @@ h1 { -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; + white-space: nowrap; text-overflow: ellipsis; font-size: 12px; appearance: none; diff --git a/ferramentas/filtro/index.js b/ferramentas/filtro/index.js index b6f4ef5..bc88710 100644 --- a/ferramentas/filtro/index.js +++ b/ferramentas/filtro/index.js @@ -175,7 +175,7 @@ i3GEOF.filtro = { titulo = "" + "
------
   "+$trad("t29")+"    "; } janela = i3GEO.janela.cria( - "570px", + "580px", "250px", "", "", @@ -252,7 +252,7 @@ i3GEOF.filtro = { "display:block" ); }; - operador = " 
"; operador += ""; operador += ""; operador += ""; @@ -264,7 +264,7 @@ i3GEOF.filtro = { operador += ""; operador += "
"; - conector = " 
"; conector += ""; conector += ""; conector += "
"; @@ -285,7 +285,7 @@ i3GEOF.filtro = { ntr.appendChild(ntd); ntd1 = document.createElement("td"); - ntd1.innerHTML = "
"+i3GEOF.filtro.comboTemas+"
"; + ntd1.innerHTML = "
"+i3GEOF.filtro.comboTemas+"
"; ntr.appendChild(ntd1); ntd2 = document.createElement("td"); diff --git a/ferramentas/filtro/template_mst.html b/ferramentas/filtro/template_mst.html index 2b5bef0..6f91350 100644 --- a/ferramentas/filtro/template_mst.html +++ b/ferramentas/filtro/template_mst.html @@ -21,20 +21,11 @@ - {{{item}}} - {{{operador}}} - {{{valor}}} - - {{{conector}}} - - -   - - - - - - + {{{item}}} + {{{operador}}} + {{{valor}}} + + {{{conector}}} -- libgit2 0.21.2