source:
trunk/workshop-routing-foss4g/web/ext/resources/css/visual/pivotgrid.css
@
81
Revision 76, 780 bytes 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-pivotgrid .x-grid3-header-offset table td { |
8 | background: url(../images/default/grid/grid3-hrow.gif) repeat-x 50% 100%; |
9 | border-left: 1px solid; |
10 | border-right: 1px solid; |
11 | border-left-color: #EEE; |
12 | border-right-color: #D0D0D0; |
13 | } |
14 | |
15 | .x-pivotgrid .x-grid3-row-headers { |
16 | background-color: #f9f9f9; |
17 | } |
18 | |
19 | .x-pivotgrid .x-grid3-row-headers table td { |
20 | background: #EEE url(../images/default/grid/grid3-rowheader.gif) repeat-x left top; |
21 | border-left: 1px solid; |
22 | border-right: 1px solid; |
23 | border-left-color: #EEE; |
24 | border-right-color: #D0D0D0; |
25 | border-bottom: 1px solid; |
26 | border-bottom-color: #D0D0D0; |
27 | height: 18px; |
28 | } |
Note: See TracBrowser
for help on using the repository browser.