From 7f47aa852f4a14e91af8bb27150a572c8aff8dd2 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 3 Oct 2014 14:50:46 +0000 Subject: [PATCH] --- css/corrigeyui_geral.css | 4 ++++ css/i3geo6.css | 9 ++++++++- css/i3geo6.css.php | 9 ++++++++- ferramentas/inserexy2/index.js | 5 ++++- ferramentas/metaestat/locregiao.js | 3 ++- ferramentas/selecao/index.js | 8 +++++--- imagens/oxygen/16x16/edit-node.png | Bin 0 -> 533 bytes 7 files changed, 31 insertions(+), 7 deletions(-) create mode 100755 imagens/oxygen/16x16/edit-node.png diff --git a/css/corrigeyui_geral.css b/css/corrigeyui_geral.css index 5a4429a..50c42cb 100644 --- a/css/corrigeyui_geral.css +++ b/css/corrigeyui_geral.css @@ -222,6 +222,10 @@ td.ygtvcell { background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; width: 250px; } +.rodar150 .first-child button { + background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; + width: 150px; +} .enviar .first-child button { background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; diff --git a/css/i3geo6.css b/css/i3geo6.css index e820072..139a18c 100755 --- a/css/i3geo6.css +++ b/css/i3geo6.css @@ -2225,10 +2225,17 @@ padding: 0 0px; text-decoration: none; } .rodar .first-child button { -backgroud-color: red; background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; width: 250px; } +.rodar150 .first-child button { +background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; +width: 150px; +} +.enviar .first-child button { +background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; +width: 250px; +} div.olMap { z-index: 0; padding: 0px!important; diff --git a/css/i3geo6.css.php b/css/i3geo6.css.php index 8163205..d13bcd0 100755 --- a/css/i3geo6.css.php +++ b/css/i3geo6.css.php @@ -2225,10 +2225,17 @@ padding: 0 0px; text-decoration: none; } .rodar .first-child button { -backgroud-color: red; background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; width: 250px; } +.rodar150 .first-child button { +background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; +width: 150px; +} +.enviar .first-child button { +background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; +width: 250px; +} div.olMap { z-index: 0; padding: 0px!important; diff --git a/ferramentas/inserexy2/index.js b/ferramentas/inserexy2/index.js index 6120428..d734778 100644 --- a/ferramentas/inserexy2/index.js +++ b/ferramentas/inserexy2/index.js @@ -325,7 +325,10 @@ i3GEOF.inserexy = { false, "hd", cabecalho, - minimiza + minimiza, + "", + false, + i3GEO.configura.locaplic+"/imagens/oxygen/16x16/edit-node.png" ); divid = janela[2].id; i3GEOF.inserexy.aguarde = $i("i3GEOF.inserexy_imagemCabecalho").style; diff --git a/ferramentas/metaestat/locregiao.js b/ferramentas/metaestat/locregiao.js index b83d1b9..3d4cc67 100644 --- a/ferramentas/metaestat/locregiao.js +++ b/ferramentas/metaestat/locregiao.js @@ -114,10 +114,11 @@ i3GEOF.locregiao = { $i(divid).innerHTML = i3GEOF.locregiao.html(); i3GEOF.locregiao.comboHierarquiaRegioes($i("i3geoLocregiaoTipoRegiao")); //ativa os botoes de filtro - new YAHOO.widget.Button( + var b = new YAHOO.widget.Button( "i3geoLocregiaoFiltroRemove", {onclick:{fn: function(){i3GEOF.locregiao.removeFiltro();}}} ); + b.addClass("rodar150"); if(i3GEOF.locregiao.ATIVAFILTRO === true){ $i("i3geoLocregiaoBotoesFiltro").style.display = "block"; } diff --git a/ferramentas/selecao/index.js b/ferramentas/selecao/index.js index 76ce744..569ec65 100644 --- a/ferramentas/selecao/index.js +++ b/ferramentas/selecao/index.js @@ -86,7 +86,7 @@ i3GEOF.selecao = { iddiv {String} - id do div que receberá o conteudo HTML da ferramenta */ inicia: function(iddiv){ - var i,n,ics; + var b,i,n,ics; try{ $i(iddiv).innerHTML += i3GEOF.selecao.html(); i3GEO.guias.mostraGuiaFerramenta("i3GEOselecaoguia1","i3GEOselecaoguia"); @@ -124,14 +124,16 @@ i3GEOF.selecao = { i3GEO.util.mensagemAjuda("i3GEOselecaomen1",$i("i3GEOselecaomen1").innerHTML); i3GEO.util.mensagemAjuda("i3GEOselecaomen2",$i("i3GEOselecaomen2").innerHTML); - new YAHOO.widget.Button( + b = new YAHOO.widget.Button( "i3GEOselecaobotao1", {onclick:{fn: i3GEOF.selecao.atributo}} ); - new YAHOO.widget.Button( + b.addClass("rodar"); + b = new YAHOO.widget.Button( "i3GEOselecaobotao2", {onclick:{fn: i3GEOF.selecao.aplicaselecaoTema}} ); + b.addClass("rodar"); i3GEOF.selecao.ativaFoco(); ics = $i("i3GEOselecaoguia1obj").getElementsByTagName("button"); n = ics.length; diff --git a/imagens/oxygen/16x16/edit-node.png b/imagens/oxygen/16x16/edit-node.png new file mode 100755 index 0000000..3b3f47c Binary files /dev/null and b/imagens/oxygen/16x16/edit-node.png differ -- libgit2 0.21.2