Commit f21df7680dbfb4fc206596f3bb41de5ec921b25e

Authored by Edmar Moretti
1 parent e21e2b30

--no commit message

css/corrigeyui_geral.css
... ... @@ -218,7 +218,7 @@ td.ygtvcell {
218 218 text-decoration: none;
219 219 }
220 220  
221   -.aplicar .first-child button {
  221 +.rodar .first-child button {
222 222 backgroud-color: red;
223 223 background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
224 224 width: 250px;
... ...
css/i3geo6.css
... ... @@ -2224,7 +2224,7 @@ font-weight: normal;
2224 2224 padding: 0 0px;
2225 2225 text-decoration: none;
2226 2226 }
2227   -.aplicar .first-child button {
  2227 +.rodar .first-child button {
2228 2228 backgroud-color: red;
2229 2229 background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
2230 2230 width: 250px;
... ...
css/i3geo6.css.php
... ... @@ -2224,7 +2224,7 @@ font-weight: normal;
2224 2224 padding: 0 0px;
2225 2225 text-decoration: none;
2226 2226 }
2227   -.aplicar .first-child button {
  2227 +.rodar .first-child button {
2228 2228 backgroud-color: red;
2229 2229 background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
2230 2230 width: 250px;
... ...
ferramentas/agrupaelementos/index.js
... ... @@ -177,7 +177,7 @@ i3GEOF.agrupaElementos = {
177 177 "i3GEOagrupaelementosbotao1",
178 178 {onclick:{fn: i3GEOF.agrupaElementos.criaAgrupamento}}
179 179 );
180   - b.addClass("aplicar");
  180 + b.addClass("rodar");
181 181 },
182 182 /*
183 183 Function: criaAgrupamento
... ...