OSDN Git Service

d43ac3d5ce86cceb64d5341fa1ab3844ba426b56
[cloudmanganw/git_repo.git] / war / stylesheets / spinelz / grid.css
1 .grid_container {
2   position:                   relative;
3   width:                      500px;
4   height:                     200px;
5   overflow:                   scroll;
6 }
7 .grid_baseTable{
8   background-color:           #F6F6F6;
9   color:                      #000000;
10   empty-cells:                show;
11   z-index:                    2;  
12 }
13 .grid_headerIdCol{
14   background:           url(../../images/spinelz/table_back.gif) repeat-x #ffffff;
15   color:                      #000000;
16 }
17 .grid_headerTable{
18   background-color:           #F6F6F6;
19   color:                      #000000;
20   z-index: 1;
21 }
22 .grid_headerRow{
23   background-color:           #F6F6F6;
24   color:                      #000000;
25   
26 }
27 .grid_headerCell{
28   background-color:           #F6F6F6;
29   color:                      #000000;
30 }
31
32 .grid_headerCellDrag {
33   background-color:           #F6F6F6;
34   color:                      #000000;
35   overflow:                   hidden;
36   cursor:                     move;  
37 }
38 .grid_headerCellVal {
39   background-color:           #F6F6F6;
40   color:                      #000000;
41   text-align:                 center;
42   font-weight:                bold;
43   overflow:                   hidden;
44   cursor:                     pointer;
45 }
46
47 .grid_idTable {
48   background-color:           #F6F6F6;
49   color:                      #000000;
50   z-index:                    1;    
51 }
52
53 .grid_idRow {
54   background-color:           #F6F6F6;  
55   color:                      #000000;
56 }
57
58 .grid_idCell{
59   background-color:           #F6F6F6;
60   color:                      #000000;
61   overflow:                   hidden;
62   
63 }
64 .grid_idCellVal{
65   background-color:           #F6F6F6;
66   color:                      #000000;
67   cursor:                     move;
68   overflow:                   hidden;
69   text-align:                 center;
70 }
71
72 .grid_cellTable{
73   overflow:                   hidden;
74 }
75 .grid_cellTbody{
76   position:                   relative;
77 }
78
79 .grid_cellRow{
80   background-color:           #F6F6F6;
81   color:                      #000000;
82   position:                   relative;
83   overflow:                   hidden;
84   top:                        0;
85   left:                       0;
86 }
87
88 .grid_cell{
89   overflow:                   hidden;
90   background-color:           #FFFFFF;
91   color:                      #000000;
92   position:                   relative;  
93 }
94
95 .grid_cellVal{
96   overflow:                   hidden;
97   position:                   relative;
98 }
99
100 .grid_cellSelected{
101   background-color:           #becfeb;
102   color:                      #000000;
103 }
104 .cellHover{
105   background-color:           #becfeb;
106   color:                      #000000;
107   font-weight:                bold;
108 }
109
110 .grid_state {
111   background-image:           url(../../images/spinelz/grid_state.gif);
112   background-repeat:          no-repeat;
113   background-position:        0px -22px;
114   height:                     11px;
115   width:                      11px;
116   overflow:                   hidden;
117 }
118 .grid_stateEmpty {
119   background-position:        0px -22px;
120 }
121
122 .grid_stateClose {
123   cursor:                     pointer;
124   background-position:        0px -11px;
125 }
126
127 .grid_stateOpen {
128   cursor:                      pointer; 
129   background-position:         0px 0px;
130 }
131
132 .grid_inplaceEditor{
133   margin:                      0;
134   padding:                     0;
135   width :                      100%;
136   height:                      100%;
137 }