Commit 6ec3203398f698734adb688a53215d783823d87d
1 parent
d8512754
Exists in
master
ícones novos
Showing
6 changed files
with
293 additions
and
76 deletions
Show diff stats
css/i3geo6.css
... | ... | @@ -83,6 +83,72 @@ width: 150px; |
83 | 83 | .i3geoForm100 { |
84 | 84 | width: 100px; |
85 | 85 | } |
86 | +.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input { | |
87 | +width: 90%; | |
88 | +height: 22px; | |
89 | +border: 0; | |
90 | +box-shadow: none; | |
91 | +line-height: 1.5; | |
92 | +-webkit-appearance: none; | |
93 | +-moz-appearance: none; | |
94 | +text-indent: 0.01px; | |
95 | +text-overflow: ''; | |
96 | +font-size: 12px; | |
97 | +appearance: none; | |
98 | +cursor: text; | |
99 | +} | |
100 | +.i3geoFormIconeMinuto { | |
101 | +background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px; | |
102 | +@media (-webkit-min-device-pixel-ratio: 2), | |
103 | +(min-resolution: 192dpi) { | |
104 | +background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px; | |
105 | +background-size: 16px 144px; | |
106 | +} | |
107 | +} | |
108 | +.i3geoFormIconeMinuto input{ | |
109 | +width: 85%; | |
110 | +} | |
111 | +.i3geoFormIconeSegundo { | |
112 | +background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px; | |
113 | +@media (-webkit-min-device-pixel-ratio: 2), | |
114 | +(min-resolution: 192dpi) { | |
115 | +background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px; | |
116 | +background-size: 16px 144px; | |
117 | +} | |
118 | +} | |
119 | +.i3geoFormIconeSegundo input{ | |
120 | +width: 85%; | |
121 | +} | |
122 | +.i3geoFormIconeLongitude { | |
123 | +background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px; | |
124 | +@media (-webkit-min-device-pixel-ratio: 2), | |
125 | +(min-resolution: 192dpi) { | |
126 | +background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px; | |
127 | +background-size: 16px 144px; | |
128 | +} | |
129 | +} | |
130 | +.i3geoFormIconeLongitude input{ | |
131 | +width: 70%; | |
132 | +} | |
133 | +.i3geoFormIconeLatitude { | |
134 | +background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px; | |
135 | +@media (-webkit-min-device-pixel-ratio: 2), | |
136 | +(min-resolution: 192dpi) { | |
137 | +background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px; | |
138 | +background-size: 16px 144px; | |
139 | +} | |
140 | +} | |
141 | +.i3geoFormIconeLatitude input{ | |
142 | +width: 70%; | |
143 | +} | |
144 | +.i3geoFormIconeDistancia { | |
145 | +background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; | |
146 | +@media (-webkit-min-device-pixel-ratio: 2), | |
147 | +(min-resolution: 192dpi) { | |
148 | +background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; | |
149 | +background-size: 16px 144px; | |
150 | +} | |
151 | +} | |
86 | 152 | .i3geoFormIconeEdita { |
87 | 153 | background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 100% 5px; |
88 | 154 | @media (-webkit-min-device-pixel-ratio: 2), |
... | ... | @@ -135,20 +201,6 @@ background: transparent url("../imagens/aquarela.gif") no-repeat scroll 100% 5px |
135 | 201 | background-size: 16px 144px; |
136 | 202 | } |
137 | 203 | } |
138 | -.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input { | |
139 | -width: 90%; | |
140 | -height: 22px; | |
141 | -border: 0; | |
142 | -box-shadow: none; | |
143 | -line-height: 1.5; | |
144 | --webkit-appearance: none; | |
145 | --moz-appearance: none; | |
146 | -text-indent: 0.01px; | |
147 | -text-overflow: ''; | |
148 | -font-size: 12px; | |
149 | -appearance: none; | |
150 | -cursor: text; | |
151 | -} | |
152 | 204 | .i3geoFormIconeAquarela input{ |
153 | 205 | width: 80%; |
154 | 206 | } | ... | ... |
css/i3geo6.css.php
... | ... | @@ -83,6 +83,72 @@ width: 150px; |
83 | 83 | .i3geoForm100 { |
84 | 84 | width: 100px; |
85 | 85 | } |
86 | +.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input { | |
87 | +width: 90%; | |
88 | +height: 22px; | |
89 | +border: 0; | |
90 | +box-shadow: none; | |
91 | +line-height: 1.5; | |
92 | +-webkit-appearance: none; | |
93 | +-moz-appearance: none; | |
94 | +text-indent: 0.01px; | |
95 | +text-overflow: ''; | |
96 | +font-size: 12px; | |
97 | +appearance: none; | |
98 | +cursor: text; | |
99 | +} | |
100 | +.i3geoFormIconeMinuto { | |
101 | +background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px; | |
102 | +@media (-webkit-min-device-pixel-ratio: 2), | |
103 | +(min-resolution: 192dpi) { | |
104 | +background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px; | |
105 | +background-size: 16px 144px; | |
106 | +} | |
107 | +} | |
108 | +.i3geoFormIconeMinuto input{ | |
109 | +width: 85%; | |
110 | +} | |
111 | +.i3geoFormIconeSegundo { | |
112 | +background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px; | |
113 | +@media (-webkit-min-device-pixel-ratio: 2), | |
114 | +(min-resolution: 192dpi) { | |
115 | +background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px; | |
116 | +background-size: 16px 144px; | |
117 | +} | |
118 | +} | |
119 | +.i3geoFormIconeSegundo input{ | |
120 | +width: 85%; | |
121 | +} | |
122 | +.i3geoFormIconeLongitude { | |
123 | +background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px; | |
124 | +@media (-webkit-min-device-pixel-ratio: 2), | |
125 | +(min-resolution: 192dpi) { | |
126 | +background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px; | |
127 | +background-size: 16px 144px; | |
128 | +} | |
129 | +} | |
130 | +.i3geoFormIconeLongitude input{ | |
131 | +width: 70%; | |
132 | +} | |
133 | +.i3geoFormIconeLatitude { | |
134 | +background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px; | |
135 | +@media (-webkit-min-device-pixel-ratio: 2), | |
136 | +(min-resolution: 192dpi) { | |
137 | +background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px; | |
138 | +background-size: 16px 144px; | |
139 | +} | |
140 | +} | |
141 | +.i3geoFormIconeLatitude input{ | |
142 | +width: 70%; | |
143 | +} | |
144 | +.i3geoFormIconeDistancia { | |
145 | +background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; | |
146 | +@media (-webkit-min-device-pixel-ratio: 2), | |
147 | +(min-resolution: 192dpi) { | |
148 | +background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; | |
149 | +background-size: 16px 144px; | |
150 | +} | |
151 | +} | |
86 | 152 | .i3geoFormIconeEdita { |
87 | 153 | background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 100% 5px; |
88 | 154 | @media (-webkit-min-device-pixel-ratio: 2), |
... | ... | @@ -135,20 +201,6 @@ background: transparent url("../imagens/aquarela.gif") no-repeat scroll 100% 5px |
135 | 201 | background-size: 16px 144px; |
136 | 202 | } |
137 | 203 | } |
138 | -.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input { | |
139 | -width: 90%; | |
140 | -height: 22px; | |
141 | -border: 0; | |
142 | -box-shadow: none; | |
143 | -line-height: 1.5; | |
144 | --webkit-appearance: none; | |
145 | --moz-appearance: none; | |
146 | -text-indent: 0.01px; | |
147 | -text-overflow: ''; | |
148 | -font-size: 12px; | |
149 | -appearance: none; | |
150 | -cursor: text; | |
151 | -} | |
152 | 204 | .i3geoFormIconeAquarela input{ |
153 | 205 | width: 80%; |
154 | 206 | } | ... | ... |
css/i3geo_ferramentas6.css
... | ... | @@ -94,6 +94,78 @@ select option:hover { |
94 | 94 | width: 100px; |
95 | 95 | } |
96 | 96 | |
97 | +.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input { | |
98 | + width: 90%; | |
99 | + height: 22px; | |
100 | + border: 0; | |
101 | + box-shadow: none; | |
102 | + line-height: 1.5; | |
103 | + -webkit-appearance: none; | |
104 | + -moz-appearance: none; | |
105 | + text-indent: 0.01px; | |
106 | + text-overflow: ''; | |
107 | + font-size: 12px; | |
108 | + appearance: none; | |
109 | + cursor: text; | |
110 | +} | |
111 | + | |
112 | +.i3geoFormIconeMinuto { | |
113 | + background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px; | |
114 | + @media (-webkit-min-device-pixel-ratio: 2), | |
115 | + (min-resolution: 192dpi) { | |
116 | + background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px; | |
117 | + background-size: 16px 144px; | |
118 | + } | |
119 | +} | |
120 | +.i3geoFormIconeMinuto input{ | |
121 | + width: 85%; | |
122 | +} | |
123 | + | |
124 | +.i3geoFormIconeSegundo { | |
125 | + background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px; | |
126 | + @media (-webkit-min-device-pixel-ratio: 2), | |
127 | + (min-resolution: 192dpi) { | |
128 | + background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px; | |
129 | + background-size: 16px 144px; | |
130 | + } | |
131 | +} | |
132 | +.i3geoFormIconeSegundo input{ | |
133 | + width: 85%; | |
134 | +} | |
135 | + | |
136 | +.i3geoFormIconeLongitude { | |
137 | + background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px; | |
138 | + @media (-webkit-min-device-pixel-ratio: 2), | |
139 | + (min-resolution: 192dpi) { | |
140 | + background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px; | |
141 | + background-size: 16px 144px; | |
142 | + } | |
143 | +} | |
144 | +.i3geoFormIconeLongitude input{ | |
145 | + width: 70%; | |
146 | +} | |
147 | + | |
148 | +.i3geoFormIconeLatitude { | |
149 | + background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px; | |
150 | + @media (-webkit-min-device-pixel-ratio: 2), | |
151 | + (min-resolution: 192dpi) { | |
152 | + background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px; | |
153 | + background-size: 16px 144px; | |
154 | + } | |
155 | +} | |
156 | +.i3geoFormIconeLatitude input{ | |
157 | + width: 70%; | |
158 | +} | |
159 | + | |
160 | +.i3geoFormIconeDistancia { | |
161 | + background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; | |
162 | + @media (-webkit-min-device-pixel-ratio: 2), | |
163 | + (min-resolution: 192dpi) { | |
164 | + background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; | |
165 | + background-size: 16px 144px; | |
166 | + } | |
167 | +} | |
168 | + | |
97 | 169 | .i3geoFormIconeEdita { |
98 | 170 | background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 100% 5px; |
99 | 171 | @media (-webkit-min-device-pixel-ratio: 2), |
... | ... | @@ -152,22 +224,6 @@ select option:hover { |
152 | 224 | } |
153 | 225 | |
154 | 226 | } |
155 | - | |
156 | -.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input { | |
157 | - width: 90%; | |
158 | - height: 22px; | |
159 | - border: 0; | |
160 | - box-shadow: none; | |
161 | - line-height: 1.5; | |
162 | - -webkit-appearance: none; | |
163 | - -moz-appearance: none; | |
164 | - text-indent: 0.01px; | |
165 | - text-overflow: ''; | |
166 | - font-size: 12px; | |
167 | - appearance: none; | |
168 | - cursor: text; | |
169 | -} | |
170 | - | |
171 | 227 | .i3geoFormIconeAquarela input{ |
172 | 228 | width: 80%; |
173 | 229 | } | ... | ... |
css/input.css
... | ... | @@ -94,6 +94,78 @@ select option:hover { |
94 | 94 | width: 100px; |
95 | 95 | } |
96 | 96 | |
97 | +.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input { | |
98 | + width: 90%; | |
99 | + height: 22px; | |
100 | + border: 0; | |
101 | + box-shadow: none; | |
102 | + line-height: 1.5; | |
103 | + -webkit-appearance: none; | |
104 | + -moz-appearance: none; | |
105 | + text-indent: 0.01px; | |
106 | + text-overflow: ''; | |
107 | + font-size: 12px; | |
108 | + appearance: none; | |
109 | + cursor: text; | |
110 | +} | |
111 | + | |
112 | +.i3geoFormIconeMinuto { | |
113 | + background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px; | |
114 | + @media (-webkit-min-device-pixel-ratio: 2), | |
115 | + (min-resolution: 192dpi) { | |
116 | + background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px; | |
117 | + background-size: 16px 144px; | |
118 | + } | |
119 | +} | |
120 | +.i3geoFormIconeMinuto input{ | |
121 | + width: 85%; | |
122 | +} | |
123 | + | |
124 | +.i3geoFormIconeSegundo { | |
125 | + background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px; | |
126 | + @media (-webkit-min-device-pixel-ratio: 2), | |
127 | + (min-resolution: 192dpi) { | |
128 | + background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px; | |
129 | + background-size: 16px 144px; | |
130 | + } | |
131 | +} | |
132 | +.i3geoFormIconeSegundo input{ | |
133 | + width: 85%; | |
134 | +} | |
135 | + | |
136 | +.i3geoFormIconeLongitude { | |
137 | + background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px; | |
138 | + @media (-webkit-min-device-pixel-ratio: 2), | |
139 | + (min-resolution: 192dpi) { | |
140 | + background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px; | |
141 | + background-size: 16px 144px; | |
142 | + } | |
143 | +} | |
144 | +.i3geoFormIconeLongitude input{ | |
145 | + width: 70%; | |
146 | +} | |
147 | + | |
148 | +.i3geoFormIconeLatitude { | |
149 | + background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px; | |
150 | + @media (-webkit-min-device-pixel-ratio: 2), | |
151 | + (min-resolution: 192dpi) { | |
152 | + background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px; | |
153 | + background-size: 16px 144px; | |
154 | + } | |
155 | +} | |
156 | +.i3geoFormIconeLatitude input{ | |
157 | + width: 70%; | |
158 | +} | |
159 | + | |
160 | +.i3geoFormIconeDistancia { | |
161 | + background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; | |
162 | + @media (-webkit-min-device-pixel-ratio: 2), | |
163 | + (min-resolution: 192dpi) { | |
164 | + background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; | |
165 | + background-size: 16px 144px; | |
166 | + } | |
167 | +} | |
168 | + | |
97 | 169 | .i3geoFormIconeEdita { |
98 | 170 | background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 100% 5px; |
99 | 171 | @media (-webkit-min-device-pixel-ratio: 2), |
... | ... | @@ -152,22 +224,6 @@ select option:hover { |
152 | 224 | } |
153 | 225 | |
154 | 226 | } |
155 | - | |
156 | -.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input { | |
157 | - width: 90%; | |
158 | - height: 22px; | |
159 | - border: 0; | |
160 | - box-shadow: none; | |
161 | - line-height: 1.5; | |
162 | - -webkit-appearance: none; | |
163 | - -moz-appearance: none; | |
164 | - text-indent: 0.01px; | |
165 | - text-overflow: ''; | |
166 | - font-size: 12px; | |
167 | - appearance: none; | |
168 | - cursor: text; | |
169 | -} | |
170 | - | |
171 | 227 | .i3geoFormIconeAquarela input{ |
172 | 228 | width: 80%; |
173 | 229 | } | ... | ... |
ferramentas/mostraexten/template_mst.html
... | ... | @@ -3,48 +3,48 @@ |
3 | 3 | <textarea id='i3GEOmostraExtenatual' rows='3' cols='50'></textarea> |
4 | 4 | <p class='paragrafo'>{{{digitaCoord}}}:</p> |
5 | 5 | <br><p class='paragrafo'>{{{longW}}}:</p> |
6 | - <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> | |
6 | + <div class='i3geoForm100 i3geoFormIconeLongitude' style='float: left;'> | |
7 | 7 | <input type='text' id='i3GEOmostraExtenxg' value='-00' /> |
8 | 8 | </div> |
9 | - <div class='i3geoForm100 i3geoFormIconeEdita' | |
9 | + <div class='i3geoForm100 i3geoFormIconeMinuto' | |
10 | 10 | style='float: left; margin-left: 5px; margin-right: 5px;'> |
11 | 11 | <input type='text' id='i3GEOmostraExtenxm' value='00' /> |
12 | 12 | </div> |
13 | - <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> | |
13 | + <div class='i3geoForm100 i3geoFormIconeSegundo' style='margin-left: 5px;'> | |
14 | 14 | <input type='text' id='i3GEOmostraExtenxs' value='0.0' /> |
15 | 15 | </div> |
16 | 16 | |
17 | 17 | <br><p class='paragrafo'>{{{latS}}}:</p> |
18 | - <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> | |
18 | + <div class='i3geoForm100 i3geoFormIconeLatitude' style='float: left;'> | |
19 | 19 | <input type='text' id='i3GEOmostraExtenyg' value='-00' /> |
20 | 20 | </div> |
21 | - <div class='i3geoForm100 i3geoFormIconeEdita' | |
21 | + <div class='i3geoForm100 i3geoFormIconeMinuto' | |
22 | 22 | style='float: left; margin-left: 5px; margin-right: 5px;'> |
23 | 23 | <input type='text' id='i3GEOmostraExtenym' value='00' /> |
24 | 24 | </div> |
25 | - <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> | |
25 | + <div class='i3geoForm100 i3geoFormIconeSegundo' style='margin-left: 5px;'> | |
26 | 26 | <input type='text' id='i3GEOmostraExtenys' value='0.0' /> |
27 | 27 | </div> |
28 | 28 | <br><p class='paragrafo'>{{{longE}}}:</p> |
29 | - <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> | |
29 | + <div class='i3geoForm100 i3geoFormIconeLongitude' style='float: left;'> | |
30 | 30 | <input type='text' id='i3GEOmostraExtenxxg' value='-00' /> |
31 | 31 | </div> |
32 | - <div class='i3geoForm100 i3geoFormIconeEdita' | |
32 | + <div class='i3geoForm100 i3geoFormIconeMinuto' | |
33 | 33 | style='float: left; margin-left: 5px; margin-right: 5px;'> |
34 | 34 | <input type='text' id='i3GEOmostraExtenxxm' value='00' /> |
35 | 35 | </div> |
36 | - <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> | |
36 | + <div class='i3geoForm100 i3geoFormIconeSegundo' style='margin-left: 5px;'> | |
37 | 37 | <input type='text' id='i3GEOmostraExtenxxs' value='0.0' /> |
38 | 38 | </div> |
39 | 39 | <br><p class='paragrafo'>{{{latN}}}:</p> |
40 | - <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> | |
40 | + <div class='i3geoForm100 i3geoFormIconeLatitude' style='float: left;'> | |
41 | 41 | <input type='text' id='i3GEOmostraExtenyyg' value='-00' /> |
42 | 42 | </div> |
43 | - <div class='i3geoForm100 i3geoFormIconeEdita' | |
43 | + <div class='i3geoForm100 i3geoFormIconeMinuto' | |
44 | 44 | style='float: left; margin-left: 5px; margin-right: 5px;'> |
45 | 45 | <input type='text' id='i3GEOmostraExtenyym' value='00' /> |
46 | 46 | </div> |
47 | - <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> | |
47 | + <div class='i3geoForm100 i3geoFormIconeSegundo' style='margin-left: 5px;'> | |
48 | 48 | <input type='text' id='i3GEOmostraExtenyys' value='0.0' /> |
49 | 49 | </div> |
50 | 50 | <br> | ... | ... |
ferramentas/selecao/index.js
... | ... | @@ -37,6 +37,7 @@ Free Software Foundation, Inc., no endere&ccedil;o |
37 | 37 | if (typeof (i3GEOF) === 'undefined') { |
38 | 38 | var i3GEOF = {}; |
39 | 39 | } |
40 | +//TODO incluir as propriedades corretas em OL3 para permitir selecao de figuras | |
40 | 41 | /* |
41 | 42 | * Classe: i3GEOF.selecao |
42 | 43 | */ |
... | ... | @@ -184,13 +185,13 @@ i3GEOF.selecao = |
184 | 185 | + '<div class=guiaobj id="i3GEOselecaoguia4obj" style="left:1px;display:none;">' |
185 | 186 | + ' <p class="paragrafo">' |
186 | 187 | + ' <input type="checkbox" onclick="" id="i3GEOFselecaoMantemFigura" style="cursor: pointer; border: 0px solid white;" />' |
187 | - + ' <span style="cursor: pointer; position: relative; top: -2px;">' | |
188 | + + ' <label>' | |
188 | 189 | + $trad('mantemfigura', i3GEOF.selecao.dicionario) |
189 | - + '</span>' | |
190 | + + '</label>' | |
190 | 191 | + ' </p>' |
191 | 192 | + ' <br><p class=paragrafo >' |
192 | 193 | + $trad('distanciaSelecao', i3GEOF.selecao.dicionario) |
193 | - + ' <div class="styled-select">' | |
194 | + + ' <div class="i3geoForm i3geoFormIconeDistancia">' | |
194 | 195 | + ' <input type=text id=i3GEOselecaotoleranciapt value=0 /></div>' |
195 | 196 | + ' <br><p class=paragrafo ><input id=i3GEOFSelecaoQuery type=button value="' |
196 | 197 | + $trad("p8") |
... | ... | @@ -349,7 +350,7 @@ i3GEOF.selecao = |
349 | 350 | + "<a class=ajuda_usuario target=_blank href='" |
350 | 351 | + i3GEO.configura.locaplic |
351 | 352 | + "/ajuda_usuario.php?idcategoria=5&idajuda=48a' ><b> </b></a></div></div></div>"; |
352 | - janela = i3GEO.janela.cria("510px", "210px", "", "", "", titulo, "i3GEOF.selecao", false, "hd", cabecalho, minimiza); | |
353 | + janela = i3GEO.janela.cria("510px", "230px", "", "", "", titulo, "i3GEOF.selecao", false, "hd", cabecalho, minimiza); | |
353 | 354 | divid = janela[2].id; |
354 | 355 | i3GEOF.selecao.aguarde = $i("i3GEOF.selecao_imagemCabecalho").style; |
355 | 356 | $i("i3GEOF.selecao_corpo").style.backgroundColor = "white"; | ... | ... |