Merge branch 'master' of https://code.grnet.gr/git/pithos
[pithos] / web_client / src / gr / grnet / pithos / web / client / foldertree / GssCellTable.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   /*padding: 3px 9px;*/
23   border:none;
24         background-color: #E0EDFE;
25         font-weight: bold;
26         cursor: pointer;
27 }
28
29 .cellTableCell {
30   padding: 4px 9px;
31   border-width: 0;
32 }
33
34 .cellTableFirstColumn {
35   padding: 0px;
36 }
37
38 .cellTableLastColumn {
39   padding: 0px;
40 }
41
42 .cellTableFirstColumnFooter {
43   border: 0px;
44   padding: 0px;
45 }
46
47 .cellTableFirstColumnHeader {
48   border: 0px;
49   padding: 0px;
50 }
51
52 .cellTableLastColumnFooter {
53   border: 0px;
54   padding: 0px;
55 }
56
57 .cellTableLastColumnHeader {
58   border: 0px;
59   padding: 0px;
60 }
61
62 .cellTableEvenRow {
63   cursor: hand;
64   cursor: pointer;
65 }
66
67 .cellTableOddRow {
68   cursor: hand;
69   cursor: pointer;
70 }
71
72 .cellTableSelectedRow {
73   background: #628cd5;
74   color: white;
75   height: auto;
76   overflow: auto;
77 }
78
79  .cellTableHoveredRow {
80   
81   /*background-color: #E0EDFE;
82   color: white;
83   height: auto;
84   overflow: auto;*/
85 }