Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / client / PithosCellTable.css @ 969a4d94

History | View | Annotate | Download (1.4 kB)

1
/*
2
 * Copyright 2010 Google Inc.
3
 * 
4
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
5
 * use this file except in compliance with the License. You may obtain a copy of
6
 * the License at
7
 * 
8
 * http://www.apache.org/licenses/LICENSE-2.0
9
 * 
10
 * Unless required by applicable law or agreed to in writing, software
11
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13
 * License for the specific language governing permissions and limitations under
14
 * the License.
15
 */
16
/* Incremental changes from CellTable.css */ 
17
.cellTableFooter {
18
  padding: 3px 9px;
19
}
20

    
21
.cellTableHeader {
22
    border:none;
23
        font-weight: bold;
24
        cursor: pointer;
25
        color: white;
26
}
27

    
28
.cellTableCell {
29
  padding: 4px 9px;
30
  border-width: 0;
31
}
32

    
33
.cellTableFirstColumn {
34
  padding: 0px;
35
}
36

    
37
.cellTableLastColumn {
38
  padding: 0px;
39
}
40

    
41
.cellTableFirstColumnFooter {
42
  border: 0px;
43
  padding: 0px;
44
}
45

    
46
.cellTableFirstColumnHeader {
47
  border: 0px;
48
  padding: 0px;
49
}
50

    
51
.cellTableLastColumnFooter {
52
  border: 0px;
53
  padding: 0px;
54
}
55

    
56
.cellTableLastColumnHeader {
57
  border: 0px;
58
  padding: 0px;
59
}
60

    
61
.cellTableEvenRow {
62
  cursor: hand;
63
  cursor: pointer;
64
  background: none;
65
}
66

    
67
.cellTableOddRow {
68
  cursor: hand;
69
  cursor: pointer;
70
  background: none;
71
}
72

    
73
.cellTableSelectedRow {
74
  color: #d45500;
75
  height: auto;
76
  overflow: auto;
77
}
78

    
79
.cellTableHoveredRow {
80
    background: none;
81
}