Statistics
| Branch: | Tag: | Revision:

root / web_client / src / gr / grnet / pithos / web / client / GssCellTable.css @ 58777026

History | View | Annotate | Download (1.5 kB)

1 ab1eb3f8 Christos Stathis
/*
2 ab1eb3f8 Christos Stathis
 * Copyright 2010 Google Inc.
3 ab1eb3f8 Christos Stathis
 * 
4 ab1eb3f8 Christos Stathis
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
5 ab1eb3f8 Christos Stathis
 * use this file except in compliance with the License. You may obtain a copy of
6 ab1eb3f8 Christos Stathis
 * the License at
7 ab1eb3f8 Christos Stathis
 * 
8 ab1eb3f8 Christos Stathis
 * http://www.apache.org/licenses/LICENSE-2.0
9 ab1eb3f8 Christos Stathis
 * 
10 ab1eb3f8 Christos Stathis
 * Unless required by applicable law or agreed to in writing, software
11 ab1eb3f8 Christos Stathis
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12 ab1eb3f8 Christos Stathis
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13 ab1eb3f8 Christos Stathis
 * License for the specific language governing permissions and limitations under
14 ab1eb3f8 Christos Stathis
 * the License.
15 ab1eb3f8 Christos Stathis
 */
16 ab1eb3f8 Christos Stathis
/* Incremental changes from CellTable.css */ 
17 ab1eb3f8 Christos Stathis
.cellTableFooter {
18 ab1eb3f8 Christos Stathis
  padding: 3px 9px;
19 ab1eb3f8 Christos Stathis
}
20 ab1eb3f8 Christos Stathis
21 ab1eb3f8 Christos Stathis
.cellTableHeader {
22 ab1eb3f8 Christos Stathis
  /*padding: 3px 9px;*/
23 ab1eb3f8 Christos Stathis
  border:none;
24 ab1eb3f8 Christos Stathis
        background-color: #E0EDFE;
25 ab1eb3f8 Christos Stathis
        font-weight: bold;
26 ab1eb3f8 Christos Stathis
        cursor: pointer;
27 ab1eb3f8 Christos Stathis
}
28 ab1eb3f8 Christos Stathis
29 ab1eb3f8 Christos Stathis
.cellTableCell {
30 ab1eb3f8 Christos Stathis
  padding: 4px 9px;
31 ab1eb3f8 Christos Stathis
  border-width: 0;
32 ab1eb3f8 Christos Stathis
}
33 ab1eb3f8 Christos Stathis
34 ab1eb3f8 Christos Stathis
.cellTableFirstColumn {
35 ab1eb3f8 Christos Stathis
  padding: 0px;
36 ab1eb3f8 Christos Stathis
}
37 ab1eb3f8 Christos Stathis
38 ab1eb3f8 Christos Stathis
.cellTableLastColumn {
39 ab1eb3f8 Christos Stathis
  padding: 0px;
40 ab1eb3f8 Christos Stathis
}
41 ab1eb3f8 Christos Stathis
42 ab1eb3f8 Christos Stathis
.cellTableFirstColumnFooter {
43 ab1eb3f8 Christos Stathis
  border: 0px;
44 ab1eb3f8 Christos Stathis
  padding: 0px;
45 ab1eb3f8 Christos Stathis
}
46 ab1eb3f8 Christos Stathis
47 ab1eb3f8 Christos Stathis
.cellTableFirstColumnHeader {
48 ab1eb3f8 Christos Stathis
  border: 0px;
49 ab1eb3f8 Christos Stathis
  padding: 0px;
50 ab1eb3f8 Christos Stathis
}
51 ab1eb3f8 Christos Stathis
52 ab1eb3f8 Christos Stathis
.cellTableLastColumnFooter {
53 ab1eb3f8 Christos Stathis
  border: 0px;
54 ab1eb3f8 Christos Stathis
  padding: 0px;
55 ab1eb3f8 Christos Stathis
}
56 ab1eb3f8 Christos Stathis
57 ab1eb3f8 Christos Stathis
.cellTableLastColumnHeader {
58 ab1eb3f8 Christos Stathis
  border: 0px;
59 ab1eb3f8 Christos Stathis
  padding: 0px;
60 ab1eb3f8 Christos Stathis
}
61 ab1eb3f8 Christos Stathis
62 ab1eb3f8 Christos Stathis
.cellTableEvenRow {
63 ab1eb3f8 Christos Stathis
  cursor: hand;
64 ab1eb3f8 Christos Stathis
  cursor: pointer;
65 ab1eb3f8 Christos Stathis
}
66 ab1eb3f8 Christos Stathis
67 ab1eb3f8 Christos Stathis
.cellTableOddRow {
68 ab1eb3f8 Christos Stathis
  cursor: hand;
69 ab1eb3f8 Christos Stathis
  cursor: pointer;
70 ab1eb3f8 Christos Stathis
}
71 ab1eb3f8 Christos Stathis
72 ab1eb3f8 Christos Stathis
.cellTableSelectedRow {
73 ab1eb3f8 Christos Stathis
  background: #628cd5;
74 ab1eb3f8 Christos Stathis
  color: white;
75 ab1eb3f8 Christos Stathis
  height: auto;
76 ab1eb3f8 Christos Stathis
  overflow: auto;
77 ab1eb3f8 Christos Stathis
}
78 ab1eb3f8 Christos Stathis
79 ab1eb3f8 Christos Stathis
 .cellTableHoveredRow {
80 ab1eb3f8 Christos Stathis
  
81 ab1eb3f8 Christos Stathis
  /*background-color: #E0EDFE;
82 ab1eb3f8 Christos Stathis
  color: white;
83 ab1eb3f8 Christos Stathis
  height: auto;
84 ab1eb3f8 Christos Stathis
  overflow: auto;*/
85 ab1eb3f8 Christos Stathis
}