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