Commit 1f4942e4dd7a6d87da12cad698037adbf7bf41bd

Authored by Edmar Moretti
1 parent feec452e

Ajustes nos layouts e css

css/input.css
... ... @@ -240,6 +240,15 @@ select option:hover {
240 240 width: 70%;
241 241 }
242 242  
  243 +.i3geoFormIconeNumero {
  244 + background: transparent url("../imagens/oxygen/16x16/number.png") no-repeat scroll 100% 4px / 14px;
  245 + @media (-webkit-min-device-pixel-ratio: 2),
  246 + (min-resolution: 192dpi) {
  247 + background: transparent url("../imagens/oxygen/16x16/number.png") no-repeat scroll 100% 4px;
  248 + background-size: 14px 144px;
  249 + }
  250 +}
  251 +
243 252 /*hack opera */
244 253 @media all and (-webkit-min-device-pixel-ratio:10000) , not all and
245 254 (-webkit-min-device-pixel-ratio:0) {
... ...
imagens/oxygen/16x16/number.png 0 → 100644

894 Bytes