]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/base/src/_Img.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / base / src / _Img.scss
1 /**
2 * @class Ext.Img
3 */
4
5 .x-img {
6 &.x-img-image {
7 text-align: center;
8
9 img {
10 width: auto;
11 height: 100%;
12 }
13 }
14
15 &.x-img-background {
16 background-repeat: no-repeat;
17 background-position: center;
18 background-size: auto 100%;
19 }
20 }