source:
trunk/workshop-routing-foss4g/web/ext/resources/css/structure/pivotgrid.css
@
81
Revision 76, 1.2 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 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-pivotgrid .x-grid3-header-offset table { | |
8 | width: 100%; | |
9 | border-collapse: collapse; | |
10 | } | |
11 | ||
12 | .x-pivotgrid .x-grid3-header-offset table td { | |
13 | padding: 4px 3px 4px 5px; | |
14 | text-align: center; | |
15 | white-space: nowrap; | |
16 | overflow: hidden; | |
17 | text-overflow: ellipsis; | |
18 | font-size: 11px; | |
19 | line-height: 13px; | |
20 | font-family: tahoma; | |
21 | } | |
22 | ||
23 | .x-pivotgrid .x-grid3-row-headers { | |
24 | display: block; | |
25 | float: left; | |
26 | } | |
27 | ||
28 | .x-pivotgrid .x-grid3-row-headers table { | |
29 | height: 100%; | |
30 | width: 100%; | |
31 | border-collapse: collapse; | |
32 | } | |
33 | ||
34 | .x-pivotgrid .x-grid3-row-headers table td { | |
35 | height: 18px; | |
36 | padding: 2px 7px 0 0; | |
37 | text-align: right; | |
38 | text-overflow: ellipsis; | |
39 | font-size: 11px; | |
40 | font-family: tahoma; | |
41 | } | |
42 | ||
43 | .ext-gecko .x-pivotgrid .x-grid3-row-headers table td { | |
44 | height: 21px; | |
45 | } | |
46 | ||
47 | .x-grid3-header-title { | |
48 | top: 0%; | |
49 | left: 0%; | |
50 | position: absolute; | |
51 | text-align: center; | |
52 | vertical-align: middle; | |
53 | font-family: tahoma; | |
54 | font-size: 11px; | |
55 | padding: auto 1px; | |
56 | display: table-cell; | |
57 | } | |
58 | ||
59 | .x-grid3-header-title span { | |
60 | position: absolute; | |
61 | top: 50%; | |
62 | left: 0%; | |
63 | width: 100%; | |
64 | margin-top: -6px; | |
65 | } |
Note: See TracBrowser
for help on using the repository browser.