]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/base/src/table/_Table.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / base / src / table / _Table.scss
1 /**
2 * @class Ext.table.Table
3 * @ignore
4 */
5
6 .x-table-inner {
7 display: table !important;
8 width: 100% !important;
9 height: 100% !important;
10
11 &.x-fixed-layout {
12 table-layout: fixed !important;
13 }
14 }
15
16 .x-table-row {
17 display: table-row !important;
18 }
19
20 .x-table-cell {
21 display: table-cell !important;
22 vertical-align: middle;
23 }