Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / ux / css / LockingGridView.css
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 Sencha Inc.
4  * licensing@sencha.com
5  * http://www.sencha.com/license
6  */
7 .x-grid3-locked, .x-grid3-unlocked {
8         overflow: hidden;
9         position: absolute;
10 }
11
12 .x-grid3-locked {
13         border-right: 1px solid #99BBE8;
14 }
15
16 .x-grid3-locked .x-grid3-scroller {
17         overflow: hidden;
18 }
19
20 .x-grid3-locked .x-grid3-row {
21         border-right: 0;
22 }
23
24 .x-grid3-scroll-spacer {
25         height: 19px;
26 }
27
28 .x-grid3-unlocked .x-grid3-header-offset {
29         padding-left: 0;
30 }
31
32 .x-grid3-unlocked .x-grid3-row {
33         border-left: 0;
34 }