Commit 6e934492a3ac3bec019f64cd322c94c06a20fb40
1 parent
4e18941e
Exists in
master
and in
7 other branches
--no commit message
Showing
3 changed files
with
33 additions
and
33 deletions
Show diff stats
css/i3geo6.css
| @@ -98,51 +98,51 @@ appearance: none; | @@ -98,51 +98,51 @@ appearance: none; | ||
| 98 | cursor: text; | 98 | cursor: text; |
| 99 | } | 99 | } |
| 100 | .i3geoFormIconeMinuto { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 102 | @media (-webkit-min-device-pixel-ratio: 2), |
| 103 | (min-resolution: 192dpi) { | 103 | (min-resolution: 192dpi) { |
| 104 | background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px; | 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 | .i3geoFormIconeMinuto input{ | 108 | .i3geoFormIconeMinuto input{ |
| 109 | width: 85%; | 109 | width: 85%; |
| 110 | } | 110 | } |
| 111 | .i3geoFormIconeSegundo { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 113 | @media (-webkit-min-device-pixel-ratio: 2), |
| 114 | (min-resolution: 192dpi) { | 114 | (min-resolution: 192dpi) { |
| 115 | background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px; | 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 | .i3geoFormIconeSegundo input{ | 119 | .i3geoFormIconeSegundo input{ |
| 120 | width: 85%; | 120 | width: 85%; |
| 121 | } | 121 | } |
| 122 | .i3geoFormIconeLongitude { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 124 | @media (-webkit-min-device-pixel-ratio: 2), |
| 125 | (min-resolution: 192dpi) { | 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 | .i3geoFormIconeLongitude input{ | 130 | .i3geoFormIconeLongitude input{ |
| 131 | width: 70%; | 131 | width: 70%; |
| 132 | } | 132 | } |
| 133 | .i3geoFormIconeLatitude { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 135 | @media (-webkit-min-device-pixel-ratio: 2), |
| 136 | (min-resolution: 192dpi) { | 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 | .i3geoFormIconeLatitude input{ | 141 | .i3geoFormIconeLatitude input{ |
| 142 | width: 70%; | 142 | width: 70%; |
| 143 | } | 143 | } |
| 144 | .i3geoFormIconeDistancia { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 146 | @media (-webkit-min-device-pixel-ratio: 2), |
| 147 | (min-resolution: 192dpi) { | 147 | (min-resolution: 192dpi) { |
| 148 | background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; | 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,51 +98,51 @@ appearance: none; | ||
| 98 | cursor: text; | 98 | cursor: text; |
| 99 | } | 99 | } |
| 100 | .i3geoFormIconeMinuto { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 102 | @media (-webkit-min-device-pixel-ratio: 2), |
| 103 | (min-resolution: 192dpi) { | 103 | (min-resolution: 192dpi) { |
| 104 | background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px; | 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 | .i3geoFormIconeMinuto input{ | 108 | .i3geoFormIconeMinuto input{ |
| 109 | width: 85%; | 109 | width: 85%; |
| 110 | } | 110 | } |
| 111 | .i3geoFormIconeSegundo { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 113 | @media (-webkit-min-device-pixel-ratio: 2), |
| 114 | (min-resolution: 192dpi) { | 114 | (min-resolution: 192dpi) { |
| 115 | background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px; | 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 | .i3geoFormIconeSegundo input{ | 119 | .i3geoFormIconeSegundo input{ |
| 120 | width: 85%; | 120 | width: 85%; |
| 121 | } | 121 | } |
| 122 | .i3geoFormIconeLongitude { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 124 | @media (-webkit-min-device-pixel-ratio: 2), |
| 125 | (min-resolution: 192dpi) { | 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 | .i3geoFormIconeLongitude input{ | 130 | .i3geoFormIconeLongitude input{ |
| 131 | width: 70%; | 131 | width: 70%; |
| 132 | } | 132 | } |
| 133 | .i3geoFormIconeLatitude { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 135 | @media (-webkit-min-device-pixel-ratio: 2), |
| 136 | (min-resolution: 192dpi) { | 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 | .i3geoFormIconeLatitude input{ | 141 | .i3geoFormIconeLatitude input{ |
| 142 | width: 70%; | 142 | width: 70%; |
| 143 | } | 143 | } |
| 144 | .i3geoFormIconeDistancia { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 146 | @media (-webkit-min-device-pixel-ratio: 2), |
| 147 | (min-resolution: 192dpi) { | 147 | (min-resolution: 192dpi) { |
| 148 | background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; | 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,11 +110,11 @@ select option:hover { | ||
| 110 | } | 110 | } |
| 111 | 111 | ||
| 112 | .i3geoFormIconeMinuto { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 114 | @media (-webkit-min-device-pixel-ratio: 2), |
| 115 | (min-resolution: 192dpi) { | 115 | (min-resolution: 192dpi) { |
| 116 | background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px; | 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 | .i3geoFormIconeMinuto input{ | 120 | .i3geoFormIconeMinuto input{ |
| @@ -122,11 +122,11 @@ select option:hover { | @@ -122,11 +122,11 @@ select option:hover { | ||
| 122 | } | 122 | } |
| 123 | 123 | ||
| 124 | .i3geoFormIconeSegundo { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 126 | @media (-webkit-min-device-pixel-ratio: 2), |
| 127 | (min-resolution: 192dpi) { | 127 | (min-resolution: 192dpi) { |
| 128 | background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px; | 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 | .i3geoFormIconeSegundo input{ | 132 | .i3geoFormIconeSegundo input{ |
| @@ -134,11 +134,11 @@ select option:hover { | @@ -134,11 +134,11 @@ select option:hover { | ||
| 134 | } | 134 | } |
| 135 | 135 | ||
| 136 | .i3geoFormIconeLongitude { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 138 | @media (-webkit-min-device-pixel-ratio: 2), |
| 139 | (min-resolution: 192dpi) { | 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 | .i3geoFormIconeLongitude input{ | 144 | .i3geoFormIconeLongitude input{ |
| @@ -146,11 +146,11 @@ select option:hover { | @@ -146,11 +146,11 @@ select option:hover { | ||
| 146 | } | 146 | } |
| 147 | 147 | ||
| 148 | .i3geoFormIconeLatitude { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 150 | @media (-webkit-min-device-pixel-ratio: 2), |
| 151 | (min-resolution: 192dpi) { | 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 | .i3geoFormIconeLatitude input{ | 156 | .i3geoFormIconeLatitude input{ |
| @@ -158,7 +158,7 @@ select option:hover { | @@ -158,7 +158,7 @@ select option:hover { | ||
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | .i3geoFormIconeDistancia { | 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 | @media (-webkit-min-device-pixel-ratio: 2), | 162 | @media (-webkit-min-device-pixel-ratio: 2), |
| 163 | (min-resolution: 192dpi) { | 163 | (min-resolution: 192dpi) { |
| 164 | background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; | 164 | background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px; |