Commit 7f47aa852f4a14e91af8bb27150a572c8aff8dd2

Authored by Edmar Moretti
1 parent 94cbfee0

--no commit message

css/corrigeyui_geral.css
@@ -222,6 +222,10 @@ td.ygtvcell { @@ -222,6 +222,10 @@ td.ygtvcell {
222 background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; 222 background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
223 width: 250px; 223 width: 250px;
224 } 224 }
  225 +.rodar150 .first-child button {
  226 + background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
  227 + width: 150px;
  228 +}
225 229
226 .enviar .first-child button { 230 .enviar .first-child button {
227 background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; 231 background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat;
css/i3geo6.css
@@ -2225,10 +2225,17 @@ padding: 0 0px; @@ -2225,10 +2225,17 @@ padding: 0 0px;
2225 text-decoration: none; 2225 text-decoration: none;
2226 } 2226 }
2227 .rodar .first-child button { 2227 .rodar .first-child button {
2228 -backgroud-color: red;  
2229 background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; 2228 background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
2230 width: 250px; 2229 width: 250px;
2231 } 2230 }
  2231 +.rodar150 .first-child button {
  2232 +background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
  2233 +width: 150px;
  2234 +}
  2235 +.enviar .first-child button {
  2236 +background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat;
  2237 +width: 250px;
  2238 +}
2232 div.olMap { 2239 div.olMap {
2233 z-index: 0; 2240 z-index: 0;
2234 padding: 0px!important; 2241 padding: 0px!important;
css/i3geo6.css.php
@@ -2225,10 +2225,17 @@ padding: 0 0px; @@ -2225,10 +2225,17 @@ padding: 0 0px;
2225 text-decoration: none; 2225 text-decoration: none;
2226 } 2226 }
2227 .rodar .first-child button { 2227 .rodar .first-child button {
2228 -backgroud-color: red;  
2229 background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; 2228 background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
2230 width: 250px; 2229 width: 250px;
2231 } 2230 }
  2231 +.rodar150 .first-child button {
  2232 +background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
  2233 +width: 150px;
  2234 +}
  2235 +.enviar .first-child button {
  2236 +background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat;
  2237 +width: 250px;
  2238 +}
2232 div.olMap { 2239 div.olMap {
2233 z-index: 0; 2240 z-index: 0;
2234 padding: 0px!important; 2241 padding: 0px!important;
ferramentas/inserexy2/index.js
@@ -325,7 +325,10 @@ i3GEOF.inserexy = { @@ -325,7 +325,10 @@ i3GEOF.inserexy = {
325 false, 325 false,
326 "hd", 326 "hd",
327 cabecalho, 327 cabecalho,
328 - minimiza 328 + minimiza,
  329 + "",
  330 + false,
  331 + i3GEO.configura.locaplic+"/imagens/oxygen/16x16/edit-node.png"
329 ); 332 );
330 divid = janela[2].id; 333 divid = janela[2].id;
331 i3GEOF.inserexy.aguarde = $i("i3GEOF.inserexy_imagemCabecalho").style; 334 i3GEOF.inserexy.aguarde = $i("i3GEOF.inserexy_imagemCabecalho").style;
ferramentas/metaestat/locregiao.js
@@ -114,10 +114,11 @@ i3GEOF.locregiao = { @@ -114,10 +114,11 @@ i3GEOF.locregiao = {
114 $i(divid).innerHTML = i3GEOF.locregiao.html(); 114 $i(divid).innerHTML = i3GEOF.locregiao.html();
115 i3GEOF.locregiao.comboHierarquiaRegioes($i("i3geoLocregiaoTipoRegiao")); 115 i3GEOF.locregiao.comboHierarquiaRegioes($i("i3geoLocregiaoTipoRegiao"));
116 //ativa os botoes de filtro 116 //ativa os botoes de filtro
117 - new YAHOO.widget.Button( 117 + var b = new YAHOO.widget.Button(
118 "i3geoLocregiaoFiltroRemove", 118 "i3geoLocregiaoFiltroRemove",
119 {onclick:{fn: function(){i3GEOF.locregiao.removeFiltro();}}} 119 {onclick:{fn: function(){i3GEOF.locregiao.removeFiltro();}}}
120 ); 120 );
  121 + b.addClass("rodar150");
121 if(i3GEOF.locregiao.ATIVAFILTRO === true){ 122 if(i3GEOF.locregiao.ATIVAFILTRO === true){
122 $i("i3geoLocregiaoBotoesFiltro").style.display = "block"; 123 $i("i3geoLocregiaoBotoesFiltro").style.display = "block";
123 } 124 }
ferramentas/selecao/index.js
@@ -86,7 +86,7 @@ i3GEOF.selecao = { @@ -86,7 +86,7 @@ i3GEOF.selecao = {
86 iddiv {String} - id do div que receberá o conteudo HTML da ferramenta 86 iddiv {String} - id do div que receberá o conteudo HTML da ferramenta
87 */ 87 */
88 inicia: function(iddiv){ 88 inicia: function(iddiv){
89 - var i,n,ics; 89 + var b,i,n,ics;
90 try{ 90 try{
91 $i(iddiv).innerHTML += i3GEOF.selecao.html(); 91 $i(iddiv).innerHTML += i3GEOF.selecao.html();
92 i3GEO.guias.mostraGuiaFerramenta("i3GEOselecaoguia1","i3GEOselecaoguia"); 92 i3GEO.guias.mostraGuiaFerramenta("i3GEOselecaoguia1","i3GEOselecaoguia");
@@ -124,14 +124,16 @@ i3GEOF.selecao = { @@ -124,14 +124,16 @@ i3GEOF.selecao = {
124 124
125 i3GEO.util.mensagemAjuda("i3GEOselecaomen1",$i("i3GEOselecaomen1").innerHTML); 125 i3GEO.util.mensagemAjuda("i3GEOselecaomen1",$i("i3GEOselecaomen1").innerHTML);
126 i3GEO.util.mensagemAjuda("i3GEOselecaomen2",$i("i3GEOselecaomen2").innerHTML); 126 i3GEO.util.mensagemAjuda("i3GEOselecaomen2",$i("i3GEOselecaomen2").innerHTML);
127 - new YAHOO.widget.Button( 127 + b = new YAHOO.widget.Button(
128 "i3GEOselecaobotao1", 128 "i3GEOselecaobotao1",
129 {onclick:{fn: i3GEOF.selecao.atributo}} 129 {onclick:{fn: i3GEOF.selecao.atributo}}
130 ); 130 );
131 - new YAHOO.widget.Button( 131 + b.addClass("rodar");
  132 + b = new YAHOO.widget.Button(
132 "i3GEOselecaobotao2", 133 "i3GEOselecaobotao2",
133 {onclick:{fn: i3GEOF.selecao.aplicaselecaoTema}} 134 {onclick:{fn: i3GEOF.selecao.aplicaselecaoTema}}
134 ); 135 );
  136 + b.addClass("rodar");
135 i3GEOF.selecao.ativaFoco(); 137 i3GEOF.selecao.ativaFoco();
136 ics = $i("i3GEOselecaoguia1obj").getElementsByTagName("button"); 138 ics = $i("i3GEOselecaoguia1obj").getElementsByTagName("button");
137 n = ics.length; 139 n = ics.length;
imagens/oxygen/16x16/edit-node.png 0 → 100755

533 Bytes