Reverted back to ListDataProvider. Fixed race condition when creating my shared tree...
[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   background: url(images/cellTreeLoadingBasic.gif) no-repeat;
24 }
25
26 .cellTreeItem {
27   padding-top: 4px;
28   padding-bottom: 4px;
29   cursor: hand;
30   cursor: pointer;
31   zoom: 1;
32 }
33
34 .cellTreeItemImage {
35   
36 }
37
38 .cellTreeItemImageValue {
39   zoom: 1;
40 }
41
42 .cellTreeItemValue {
43   padding-left: 3px;
44   padding-right: 3px;
45   outline: none;
46 }
47
48 .cellTreeOpenItem {
49   
50 }
51
52 .cellTreeTopItem {
53   
54 }
55
56 .cellTreeTopItemImage {
57   
58 }
59
60 .cellTreeTopItemImageValue {
61   
62 }
63
64 .cellTreeKeyboardSelectedItem {
65   outline: none;
66 }
67
68 .cellTreeSelectedItem {
69   color: #d45500;
70   height: auto;
71   overflow: visible;
72 }
73
74 .cellTreeShowMoreButton {
75   padding-left: 16px;
76   outline: none;
77 }