Commit 4e18941ec1f29cf008ea8c87d311cc0146f91830
1 parent
8e8a471f
Exists in
master
and in
7 other branches
ícones novos
Showing
4 changed files
with
210 additions
and
50 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 | } | ... | ... |
ferramentas/mostraexten/template_mst.html
... | ... | @@ -26,25 +26,25 @@ |
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> | ... | ... |