Implemented MyShared tree (still pending server support)
[pithos] / web_client / war / WEB-INF / classes / 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   outline: none;
65 }
66
67 .cellTreeSelectedItem {
68   color: #d45500;
69   height: auto;
70   overflow: visible;
71 }
72
73 .cellTreeShowMoreButton {
74   padding-left: 16px;
75   outline: none;
76 }