Commit e21e2b30bb5b02c494e28b2b65f5660f491baa9e

Authored by Edmar Moretti
1 parent 0509ef79

--no commit message

css/i3geo6.css
... ... @@ -2224,6 +2224,11 @@ font-weight: normal;
2224 2224 padding: 0 0px;
2225 2225 text-decoration: none;
2226 2226 }
  2227 +.aplicar .first-child button {
  2228 +backgroud-color: red;
  2229 +background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
  2230 +width: 250px;
  2231 +}
2227 2232 div.olMap {
2228 2233 z-index: 0;
2229 2234 padding: 0px!important;
... ...
css/i3geo6.css.php
... ... @@ -2224,6 +2224,11 @@ font-weight: normal;
2224 2224 padding: 0 0px;
2225 2225 text-decoration: none;
2226 2226 }
  2227 +.aplicar .first-child button {
  2228 +backgroud-color: red;
  2229 +background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;
  2230 +width: 250px;
  2231 +}
2227 2232 div.olMap {
2228 2233 z-index: 0;
2229 2234 padding: 0px!important;
... ...
css/i3geo_ferramentas6.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;
... ...