fb94c327a2b7a48ea553cbc15d1d005894dda00d
[pithos] / web_client / src / gr / grnet / pithos / web / client / PithosCellTable.css
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         cursor: pointer;
24         color: white;
25         background-color: #74aec9;
26         height: 25px;
27         text-shadow: none;
28         font-size: small;
29         font-weight: normal;
30 }
31
32 .cellTableCell {
33   padding: 4px 9px;
34   border-width: 0;
35 }
36
37 .cellTableFirstColumn {
38   padding: 0px;
39   padding-left: 5px;
40 }
41
42 .cellTableLastColumn {
43   padding: 0px;
44 }
45
46 .cellTableFirstColumnFooter {
47   border: 0px;
48   padding: 0px;
49 }
50
51 .cellTableFirstColumnHeader {
52   border: 0px;
53   padding: 0px;
54 }
55
56 .cellTableLastColumnFooter {
57   border: 0px;
58   padding: 0px;
59 }
60
61 .cellTableLastColumnHeader {
62   border: 0px;
63   padding: 0px;
64 }
65
66 .cellTableEvenRow {
67   cursor: hand;
68   cursor: pointer;
69   background: none;
70 }
71
72 .cellTableOddRow {
73   cursor: hand;
74   cursor: pointer;
75   background: none;
76 }
77
78 .cellTableSelectedRow {
79   color: #d45500;
80   height: auto;
81   overflow: auto;
82 }
83
84 .cellTableHoveredRow {
85     background: none;
86     background-color: #A1C8DB;
87 }