Commit 6e934492a3ac3bec019f64cd322c94c06a20fb40

Authored by Edmar Moretti
1 parent 4e18941e

--no commit message

css/i3geo6.css
... ... @@ -98,51 +98,51 @@ appearance: none;
98 98 cursor: text;
99 99 }
100 100 .i3geoFormIconeMinuto {
101   -background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px;
  101 +background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px / 18px;
102 102 @media (-webkit-min-device-pixel-ratio: 2),
103 103 (min-resolution: 192dpi) {
104 104 background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px;
105   -background-size: 16px 144px;
  105 +background-size: 18px 144px;
106 106 }
107 107 }
108 108 .i3geoFormIconeMinuto input{
109 109 width: 85%;
110 110 }
111 111 .i3geoFormIconeSegundo {
112   -background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px;
  112 +background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px / 18px;
113 113 @media (-webkit-min-device-pixel-ratio: 2),
114 114 (min-resolution: 192dpi) {
115 115 background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px;
116   -background-size: 16px 144px;
  116 +background-size: 18px 144px;
117 117 }
118 118 }
119 119 .i3geoFormIconeSegundo input{
120 120 width: 85%;
121 121 }
122 122 .i3geoFormIconeLongitude {
123   -background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px;
  123 +background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% 2px / 18px;
124 124 @media (-webkit-min-device-pixel-ratio: 2),
125 125 (min-resolution: 192dpi) {
126   -background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px;
127   -background-size: 16px 144px;
  126 +background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% 2px;
  127 +background-size: 18px 144px;
128 128 }
129 129 }
130 130 .i3geoFormIconeLongitude input{
131 131 width: 70%;
132 132 }
133 133 .i3geoFormIconeLatitude {
134   -background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px;
  134 +background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% 2px / 18px;
135 135 @media (-webkit-min-device-pixel-ratio: 2),
136 136 (min-resolution: 192dpi) {
137   -background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px;
138   -background-size: 16px 144px;
  137 +background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% 2px;
  138 +background-size: 18px 144px;
139 139 }
140 140 }
141 141 .i3geoFormIconeLatitude input{
142 142 width: 70%;
143 143 }
144 144 .i3geoFormIconeDistancia {
145   -background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px;
  145 +background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% 2px / 18px;
146 146 @media (-webkit-min-device-pixel-ratio: 2),
147 147 (min-resolution: 192dpi) {
148 148 background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px;
... ...
css/i3geo6.css.php
... ... @@ -98,51 +98,51 @@ appearance: none;
98 98 cursor: text;
99 99 }
100 100 .i3geoFormIconeMinuto {
101   -background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px;
  101 +background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px / 18px;
102 102 @media (-webkit-min-device-pixel-ratio: 2),
103 103 (min-resolution: 192dpi) {
104 104 background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px;
105   -background-size: 16px 144px;
  105 +background-size: 18px 144px;
106 106 }
107 107 }
108 108 .i3geoFormIconeMinuto input{
109 109 width: 85%;
110 110 }
111 111 .i3geoFormIconeSegundo {
112   -background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px;
  112 +background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px / 18px;
113 113 @media (-webkit-min-device-pixel-ratio: 2),
114 114 (min-resolution: 192dpi) {
115 115 background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px;
116   -background-size: 16px 144px;
  116 +background-size: 18px 144px;
117 117 }
118 118 }
119 119 .i3geoFormIconeSegundo input{
120 120 width: 85%;
121 121 }
122 122 .i3geoFormIconeLongitude {
123   -background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px;
  123 +background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% 2px / 18px;
124 124 @media (-webkit-min-device-pixel-ratio: 2),
125 125 (min-resolution: 192dpi) {
126   -background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px;
127   -background-size: 16px 144px;
  126 +background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% 2px;
  127 +background-size: 18px 144px;
128 128 }
129 129 }
130 130 .i3geoFormIconeLongitude input{
131 131 width: 70%;
132 132 }
133 133 .i3geoFormIconeLatitude {
134   -background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px;
  134 +background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% 2px / 18px;
135 135 @media (-webkit-min-device-pixel-ratio: 2),
136 136 (min-resolution: 192dpi) {
137   -background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px;
138   -background-size: 16px 144px;
  137 +background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% 2px;
  138 +background-size: 18px 144px;
139 139 }
140 140 }
141 141 .i3geoFormIconeLatitude input{
142 142 width: 70%;
143 143 }
144 144 .i3geoFormIconeDistancia {
145   -background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px;
  145 +background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% 2px / 18px;
146 146 @media (-webkit-min-device-pixel-ratio: 2),
147 147 (min-resolution: 192dpi) {
148 148 background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px;
... ...
css/input.css
... ... @@ -110,11 +110,11 @@ select option:hover {
110 110 }
111 111  
112 112 .i3geoFormIconeMinuto {
113   - background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px;
  113 + background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px / 18px;
114 114 @media (-webkit-min-device-pixel-ratio: 2),
115 115 (min-resolution: 192dpi) {
116 116 background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px;
117   - background-size: 16px 144px;
  117 + background-size: 18px 144px;
118 118 }
119 119 }
120 120 .i3geoFormIconeMinuto input{
... ... @@ -122,11 +122,11 @@ select option:hover {
122 122 }
123 123  
124 124 .i3geoFormIconeSegundo {
125   - background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px;
  125 + background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px / 18px;
126 126 @media (-webkit-min-device-pixel-ratio: 2),
127 127 (min-resolution: 192dpi) {
128 128 background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px;
129   - background-size: 16px 144px;
  129 + background-size: 18px 144px;
130 130 }
131 131 }
132 132 .i3geoFormIconeSegundo input{
... ... @@ -134,11 +134,11 @@ select option:hover {
134 134 }
135 135  
136 136 .i3geoFormIconeLongitude {
137   - background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px;
  137 + background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% 2px / 18px;
138 138 @media (-webkit-min-device-pixel-ratio: 2),
139 139 (min-resolution: 192dpi) {
140   - background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px;
141   - background-size: 16px 144px;
  140 + background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% 2px;
  141 + background-size: 18px 144px;
142 142 }
143 143 }
144 144 .i3geoFormIconeLongitude input{
... ... @@ -146,11 +146,11 @@ select option:hover {
146 146 }
147 147  
148 148 .i3geoFormIconeLatitude {
149   - background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px;
  149 + background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% 2px / 18px;
150 150 @media (-webkit-min-device-pixel-ratio: 2),
151 151 (min-resolution: 192dpi) {
152   - background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px;
153   - background-size: 16px 144px;
  152 + background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% 2px;
  153 + background-size: 18px 144px;
154 154 }
155 155 }
156 156 .i3geoFormIconeLatitude input{
... ... @@ -158,7 +158,7 @@ select option:hover {
158 158 }
159 159  
160 160 .i3geoFormIconeDistancia {
161   - background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px;
  161 + background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% 2px / 18px;
162 162 @media (-webkit-min-device-pixel-ratio: 2),
163 163 (min-resolution: 192dpi) {
164 164 background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px;
... ...