Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / view / multisort / multisort.css
1 .item {
2     float: left;
3     padding: 8px;
4     margin: 8px;
5 }
6
7 .item h3 {
8     font-size: 12px;
9     font-weight: normal;
10     text-align: center;
11     padding-top: 5px;
12 }
13
14 .x-btn .direction-asc {
15     background-image: url("../../../resources/themes/images/default/grid/sort_asc.gif");
16     background-position: 4px 6px !important;
17 }
18
19 .x-btn .direction-desc {
20     background-image: url("../../../resources/themes/images/default/grid/sort_desc.gif");
21     background-position: 4px 6px !important;
22 }