Commit 0509ef793e0ec26d8a8a78060f7be32f9789c61a

Authored by Edmar Moretti
1 parent daf81422

--no commit message

css/button.css
@@ -11,7 +11,6 @@ version: 2.2.2 @@ -11,7 +11,6 @@ version: 2.2.2
11 border-width:1px 0; 11 border-width:1px 0;
12 border-style:solid; 12 border-style:solid;
13 border-color:#999; 13 border-color:#999;
14 - background:#ecece3 url('../imagens/visual/default/backgroundbotaoaplicar.png') left center;  
15 margin:auto .25em; 14 margin:auto .25em;
16 } 15 }
17 16
@@ -31,7 +30,7 @@ version: 2.2.2 @@ -31,7 +30,7 @@ version: 2.2.2
31 border-width:0 2px; 30 border-width:0 2px;
32 border-style:solid; 31 border-style:solid;
33 border-color:#999; 32 border-color:#999;
34 - 33 +
35 margin:0 -1px; 34 margin:0 -1px;
36 /* 35 /*
37 *position:relative; 36 *position:relative;
@@ -63,7 +62,7 @@ version: 2.2.2 @@ -63,7 +62,7 @@ version: 2.2.2
63 .yuibutton a { 62 .yuibutton a {
64 63
65 text-decoration:none; 64 text-decoration:none;
66 - color:#000; 65 + color:#000;
67 66
68 } 67 }
69 68
@@ -73,7 +72,7 @@ version: 2.2.2 @@ -73,7 +72,7 @@ version: 2.2.2
73 padding-right:20px; 72 padding-right:20px;
74 background-position:right center; 73 background-position:right center;
75 background-repeat:no-repeat; 74 background-repeat:no-repeat;
76 - 75 +
77 } 76 }
78 77
79 .yuibutton.menubutton button { 78 .yuibutton.menubutton button {
@@ -103,7 +102,7 @@ version: 2.2.2 @@ -103,7 +102,7 @@ version: 2.2.2
103 102
104 } 103 }
105 104
106 -.yuibutton.focus button, 105 +.yuibutton.focus button,
107 .yuibutton.focus a { 106 .yuibutton.focus a {
108 107
109 border-color:#cec1fc; 108 border-color:#cec1fc;
@@ -126,7 +125,7 @@ version: 2.2.2 @@ -126,7 +125,7 @@ version: 2.2.2
126 125
127 } 126 }
128 127
129 -.yuibutton.hover button, 128 +.yuibutton.hover button,
130 .yuibutton.hover a { 129 .yuibutton.hover a {
131 130
132 border-color:#7099ce; 131 border-color:#7099ce;
@@ -137,10 +136,10 @@ version: 2.2.2 @@ -137,10 +136,10 @@ version: 2.2.2
137 /* Active state */ 136 /* Active state */
138 137
139 .yuibutton.active { 138 .yuibutton.active {
140 - 139 +
141 border-color:#7a8180; 140 border-color:#7a8180;
142 background-color:#333; 141 background-color:#333;
143 - 142 +
144 } 143 }
145 144
146 .yuibutton.active .first-child { 145 .yuibutton.active .first-child {
@@ -149,7 +148,7 @@ version: 2.2.2 @@ -149,7 +148,7 @@ version: 2.2.2
149 148
150 } 149 }
151 150
152 -.yuibutton.active button, 151 +.yuibutton.active button,
153 .yuibutton.active a { 152 .yuibutton.active a {
154 153
155 border-color:#98a09f; 154 border-color:#98a09f;
@@ -160,7 +159,7 @@ version: 2.2.2 @@ -160,7 +159,7 @@ version: 2.2.2
160 159
161 background-color:transparent; 160 background-color:transparent;
162 background-image:url(splitarrow_active.gif); 161 background-image:url(splitarrow_active.gif);
163 - 162 +
164 } 163 }
165 164
166 165
@@ -169,10 +168,10 @@ version: 2.2.2 @@ -169,10 +168,10 @@ version: 2.2.2
169 168
170 .yuibutton.radio.checked, 169 .yuibutton.radio.checked,
171 .yuibutton.checkbox.checked { 170 .yuibutton.checkbox.checked {
172 - 171 +
173 border-color:#7a8180; 172 border-color:#7a8180;
174 background-color:#333; 173 background-color:#333;
175 - 174 +
176 } 175 }
177 176
178 .yuibutton.radio.checked .first-child, 177 .yuibutton.radio.checked .first-child,
@@ -183,7 +182,7 @@ version: 2.2.2 @@ -183,7 +182,7 @@ version: 2.2.2
183 } 182 }
184 183
185 .yuibutton.radio.checked button, 184 .yuibutton.radio.checked button,
186 -.yuibutton.checkbox.checked button { 185 +.yuibutton.checkbox.checked button {
187 186
188 border-color:#98a09f; 187 border-color:#98a09f;
189 188
@@ -194,12 +193,12 @@ version: 2.2.2 @@ -194,12 +193,12 @@ version: 2.2.2
194 /* Disabled state */ 193 /* Disabled state */
195 194
196 .yuibutton.disabled { 195 .yuibutton.disabled {
197 - 196 +
198 border-color:#cbcdc5; 197 border-color:#cbcdc5;
199 background:#ecece3; 198 background:#ecece3;
200 199
201 filter:none; 200 filter:none;
202 - 201 +
203 } 202 }
204 203
205 .yuibutton.disabled .first-child { 204 .yuibutton.disabled .first-child {
@@ -208,7 +207,7 @@ version: 2.2.2 @@ -208,7 +207,7 @@ version: 2.2.2
208 207
209 } 208 }
210 209
211 -.yuibutton.disabled button, 210 +.yuibutton.disabled button,
212 .yuibutton.disabled a { 211 .yuibutton.disabled a {
213 212
214 border-color:transparent; 213 border-color:transparent;
css/corrigeyui_geral.css
@@ -217,3 +217,9 @@ td.ygtvcell { @@ -217,3 +217,9 @@ td.ygtvcell {
217 padding: 0 0px; 217 padding: 0 0px;
218 text-decoration: none; 218 text-decoration: none;
219 } 219 }
  220 +
  221 +.aplicar .first-child button {
  222 + backgroud-color: red;
  223 + background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
  224 + width: 250px;
  225 +}
220 \ No newline at end of file 226 \ No newline at end of file
ferramentas/agrupaelementos/index.js
@@ -170,13 +170,14 @@ i3GEOF.agrupaElementos = { @@ -170,13 +170,14 @@ i3GEOF.agrupaElementos = {
170 i3GEOF.agrupaElementos.comboItensSel(); 170 i3GEOF.agrupaElementos.comboItensSel();
171 }, 171 },
172 t3: function(){ 172 t3: function(){
173 - var ins = "<p class='paragrafo'>"+$trad('adicionaAgrupamento',i3GEOF.agrupaElementos.dicionario); 173 + var b,ins = "<p class='paragrafo'>"+$trad('adicionaAgrupamento',i3GEOF.agrupaElementos.dicionario);
174 ins += "<br><br><input id=i3GEOagrupaelementosbotao1 type='buttom' value='"+$trad('criaAgrupamento',i3GEOF.agrupaElementos.dicionario)+"' />"; 174 ins += "<br><br><input id=i3GEOagrupaelementosbotao1 type='buttom' value='"+$trad('criaAgrupamento',i3GEOF.agrupaElementos.dicionario)+"' />";
175 i3GEO.util.proximoAnterior("i3GEOF.agrupaElementos.t2()","",ins,"i3GEOF.agrupaElementos.t3","i3GEOagrupaelementosresultado",true,"i3GEOF.agrupaElementos_rodape"); 175 i3GEO.util.proximoAnterior("i3GEOF.agrupaElementos.t2()","",ins,"i3GEOF.agrupaElementos.t3","i3GEOagrupaelementosresultado",true,"i3GEOF.agrupaElementos_rodape");
176 - new YAHOO.widget.Button( 176 + b = new YAHOO.widget.Button(
177 "i3GEOagrupaelementosbotao1", 177 "i3GEOagrupaelementosbotao1",
178 {onclick:{fn: i3GEOF.agrupaElementos.criaAgrupamento}} 178 {onclick:{fn: i3GEOF.agrupaElementos.criaAgrupamento}}
179 ); 179 );
  180 + b.addClass("aplicar");
180 }, 181 },
181 /* 182 /*
182 Function: criaAgrupamento 183 Function: criaAgrupamento
imagens/oxygen/16x16/run-build.png 0 → 100755

880 Bytes