Commit 1f4942e4dd7a6d87da12cad698037adbf7bf41bd
1 parent
feec452e
Exists in
master
and in
7 other branches
Ajustes nos layouts e css
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
css/input.css
@@ -240,6 +240,15 @@ select option:hover { | @@ -240,6 +240,15 @@ select option:hover { | ||
240 | width: 70%; | 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 | /*hack opera */ | 252 | /*hack opera */ |
244 | @media all and (-webkit-min-device-pixel-ratio:10000) , not all and | 253 | @media all and (-webkit-min-device-pixel-ratio:10000) , not all and |
245 | (-webkit-min-device-pixel-ratio:0) { | 254 | (-webkit-min-device-pixel-ratio:0) { |
894 Bytes