Commit 0509ef793e0ec26d8a8a78060f7be32f9789c61a
1 parent
daf81422
Exists in
master
and in
7 other branches
--no commit message
Showing
4 changed files
with
24 additions
and
18 deletions
Show diff stats
css/button.css
... | ... | @@ -11,7 +11,6 @@ version: 2.2.2 |
11 | 11 | border-width:1px 0; |
12 | 12 | border-style:solid; |
13 | 13 | border-color:#999; |
14 | - background:#ecece3 url('../imagens/visual/default/backgroundbotaoaplicar.png') left center; | |
15 | 14 | margin:auto .25em; |
16 | 15 | } |
17 | 16 | |
... | ... | @@ -31,7 +30,7 @@ version: 2.2.2 |
31 | 30 | border-width:0 2px; |
32 | 31 | border-style:solid; |
33 | 32 | border-color:#999; |
34 | - | |
33 | + | |
35 | 34 | margin:0 -1px; |
36 | 35 | /* |
37 | 36 | *position:relative; |
... | ... | @@ -63,7 +62,7 @@ version: 2.2.2 |
63 | 62 | .yuibutton a { |
64 | 63 | |
65 | 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 | 72 | padding-right:20px; |
74 | 73 | background-position:right center; |
75 | 74 | background-repeat:no-repeat; |
76 | - | |
75 | + | |
77 | 76 | } |
78 | 77 | |
79 | 78 | .yuibutton.menubutton button { |
... | ... | @@ -103,7 +102,7 @@ version: 2.2.2 |
103 | 102 | |
104 | 103 | } |
105 | 104 | |
106 | -.yuibutton.focus button, | |
105 | +.yuibutton.focus button, | |
107 | 106 | .yuibutton.focus a { |
108 | 107 | |
109 | 108 | border-color:#cec1fc; |
... | ... | @@ -126,7 +125,7 @@ version: 2.2.2 |
126 | 125 | |
127 | 126 | } |
128 | 127 | |
129 | -.yuibutton.hover button, | |
128 | +.yuibutton.hover button, | |
130 | 129 | .yuibutton.hover a { |
131 | 130 | |
132 | 131 | border-color:#7099ce; |
... | ... | @@ -137,10 +136,10 @@ version: 2.2.2 |
137 | 136 | /* Active state */ |
138 | 137 | |
139 | 138 | .yuibutton.active { |
140 | - | |
139 | + | |
141 | 140 | border-color:#7a8180; |
142 | 141 | background-color:#333; |
143 | - | |
142 | + | |
144 | 143 | } |
145 | 144 | |
146 | 145 | .yuibutton.active .first-child { |
... | ... | @@ -149,7 +148,7 @@ version: 2.2.2 |
149 | 148 | |
150 | 149 | } |
151 | 150 | |
152 | -.yuibutton.active button, | |
151 | +.yuibutton.active button, | |
153 | 152 | .yuibutton.active a { |
154 | 153 | |
155 | 154 | border-color:#98a09f; |
... | ... | @@ -160,7 +159,7 @@ version: 2.2.2 |
160 | 159 | |
161 | 160 | background-color:transparent; |
162 | 161 | background-image:url(splitarrow_active.gif); |
163 | - | |
162 | + | |
164 | 163 | } |
165 | 164 | |
166 | 165 | |
... | ... | @@ -169,10 +168,10 @@ version: 2.2.2 |
169 | 168 | |
170 | 169 | .yuibutton.radio.checked, |
171 | 170 | .yuibutton.checkbox.checked { |
172 | - | |
171 | + | |
173 | 172 | border-color:#7a8180; |
174 | 173 | background-color:#333; |
175 | - | |
174 | + | |
176 | 175 | } |
177 | 176 | |
178 | 177 | .yuibutton.radio.checked .first-child, |
... | ... | @@ -183,7 +182,7 @@ version: 2.2.2 |
183 | 182 | } |
184 | 183 | |
185 | 184 | .yuibutton.radio.checked button, |
186 | -.yuibutton.checkbox.checked button { | |
185 | +.yuibutton.checkbox.checked button { | |
187 | 186 | |
188 | 187 | border-color:#98a09f; |
189 | 188 | |
... | ... | @@ -194,12 +193,12 @@ version: 2.2.2 |
194 | 193 | /* Disabled state */ |
195 | 194 | |
196 | 195 | .yuibutton.disabled { |
197 | - | |
196 | + | |
198 | 197 | border-color:#cbcdc5; |
199 | 198 | background:#ecece3; |
200 | 199 | |
201 | 200 | filter:none; |
202 | - | |
201 | + | |
203 | 202 | } |
204 | 203 | |
205 | 204 | .yuibutton.disabled .first-child { |
... | ... | @@ -208,7 +207,7 @@ version: 2.2.2 |
208 | 207 | |
209 | 208 | } |
210 | 209 | |
211 | -.yuibutton.disabled button, | |
210 | +.yuibutton.disabled button, | |
212 | 211 | .yuibutton.disabled a { |
213 | 212 | |
214 | 213 | border-color:transparent; | ... | ... |
css/corrigeyui_geral.css
... | ... | @@ -217,3 +217,9 @@ td.ygtvcell { |
217 | 217 | padding: 0 0px; |
218 | 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 | 226 | \ No newline at end of file | ... | ... |
ferramentas/agrupaelementos/index.js
... | ... | @@ -170,13 +170,14 @@ i3GEOF.agrupaElementos = { |
170 | 170 | i3GEOF.agrupaElementos.comboItensSel(); |
171 | 171 | }, |
172 | 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 | 174 | ins += "<br><br><input id=i3GEOagrupaelementosbotao1 type='buttom' value='"+$trad('criaAgrupamento',i3GEOF.agrupaElementos.dicionario)+"' />"; |
175 | 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 | 177 | "i3GEOagrupaelementosbotao1", |
178 | 178 | {onclick:{fn: i3GEOF.agrupaElementos.criaAgrupamento}} |
179 | 179 | ); |
180 | + b.addClass("aplicar"); | |
180 | 181 | }, |
181 | 182 | /* |
182 | 183 | Function: criaAgrupamento | ... | ... |
880 Bytes