OSDN Git Service

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