source:
trunk/workshop-routing-foss4g/web/ext/resources/css/structure/list-view.css
@
81
Revision 76, 1.5 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | /*! |
2 | * Ext JS Library 3.4.0 |
3 | * Copyright(c) 2006-2011 Sencha Inc. |
4 | * licensing@sencha.com |
5 | * http://www.sencha.com/license |
6 | */ |
7 | .x-list-header{ |
8 | background: repeat-x 0 bottom; |
9 | cursor:default; |
10 | zoom:1; |
11 | height:22px; |
12 | } |
13 | |
14 | .x-list-header-inner div { |
15 | display:block; |
16 | float:left; |
17 | overflow:hidden; |
18 | -o-text-overflow: ellipsis; |
19 | text-overflow: ellipsis; |
20 | white-space: nowrap; |
21 | } |
22 | |
23 | .x-list-header-inner div em { |
24 | display:block; |
25 | border-left:1px solid; |
26 | padding:4px 4px; |
27 | overflow:hidden; |
28 | -moz-user-select: none; |
29 | -khtml-user-select: none; |
30 | line-height:14px; |
31 | } |
32 | |
33 | .x-list-body { |
34 | overflow:auto; |
35 | overflow-x:hidden; |
36 | overflow-y:auto; |
37 | zoom:1; |
38 | float: left; |
39 | width: 100%; |
40 | } |
41 | |
42 | .x-list-body dl { |
43 | zoom:1; |
44 | } |
45 | |
46 | .x-list-body dt { |
47 | display:block; |
48 | float:left; |
49 | overflow:hidden; |
50 | -o-text-overflow: ellipsis; |
51 | text-overflow: ellipsis; |
52 | white-space: nowrap; |
53 | cursor:pointer; |
54 | zoom:1; |
55 | } |
56 | |
57 | .x-list-body dt em { |
58 | display:block; |
59 | padding:3px 4px; |
60 | overflow:hidden; |
61 | -moz-user-select: none; |
62 | -khtml-user-select: none; |
63 | } |
64 | |
65 | .x-list-resizer { |
66 | border-left:1px solid; |
67 | border-right:1px solid; |
68 | position:absolute; |
69 | left:0; |
70 | top:0; |
71 | } |
72 | |
73 | .x-list-header-inner em.sort-asc { |
74 | background: transparent no-repeat center 0; |
75 | border-style:solid; |
76 | border-width: 0 1px 1px; |
77 | padding-bottom:3px; |
78 | } |
79 | |
80 | .x-list-header-inner em.sort-desc { |
81 | background: transparent no-repeat center -23px; |
82 | border-style:solid; |
83 | border-width: 0 1px 1px; |
84 | padding-bottom:3px; |
85 | } |
86 |
Note: See TracBrowser
for help on using the repository browser.