]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/base/src/dataview/_DataView.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / base / src / dataview / _DataView.scss
1 .x-dataview-inlineblock {
2 .x-dataview-item, .x-data-item {
3 display: inline-block !important;
4 }
5 }
6
7 .x-dataview-nowrap {
8 .x-dataview-container {
9 white-space: nowrap !important;
10 }
11 }
12
13 .x-dataview-nowrap {
14 .x-container.x-dataview {
15 white-space: nowrap !important;
16 }
17 }