b37b22e68487d94069197f8d1817f521deb38d2b
[pithos-web-client] / src / gr / grnet / pithos / web / client / GssCellTreeBasic.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 .cellTreeWidget {
17   
18 }
19
20 .cellTreeEmptyMessage {
21   padding-left: 16px;
22   font-style: italic;
23 }
24
25 .cellTreeItem {
26   padding-top: 4px;
27   padding-bottom: 4px;
28   cursor: hand;
29   cursor: pointer;
30   zoom: 1;
31 }
32
33 .cellTreeItemImage {
34   
35 }
36
37 .cellTreeItemImageValue {
38   zoom: 1;
39 }
40
41 .cellTreeItemValue {
42   padding-left: 3px;
43   padding-right: 3px;
44   outline: none;
45 }
46
47 .cellTreeOpenItem {
48   
49 }
50
51 .cellTreeTopItem {
52   
53 }
54
55 .cellTreeTopItemImage {
56   
57 }
58
59 .cellTreeTopItemImageValue {
60   
61 }
62
63 .cellTreeKeyboardSelectedItem {
64   background-color: #ffc;
65   outline: none;
66 }
67
68 .cellTreeSelectedItem {
69   background-color: #628cd5;
70   color: white;
71   height: auto;
72   overflow: visible;
73 }
74
75 .cellTreeShowMoreButton {
76   padding-left: 16px;
77   outline: none;
78 }